Memory Pool Memory Pool Refreshing

1,963 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
902,352 000000000000000000023a040000000000000000000000000000000000000000 ago 0.62 vMB 1,958 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,351 (722,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,978 179,978 00000000000007ff4911eb6e3c0420ed527ae29302298d95a8eff2addcad58e7 0.02 MB 65 90
179,977 179,977 000000000000020862d43bb8f1ec80006e023ecbcf6b5282ce5a34dfd7802491 0.02 MB 45 102
179,976 179,976 000000000000070eee8d733ef0d751dbdd61e07a465544334fab32bd654cff4a 0.00 MB 14 0
179,975 179,975 0000000000000160ca147c128eccdd11eaff65e71ea5e0b901cf41d2ec59019d 0.01 MB 32 164
179,974 179,974 00000000000000cc30f8743ee33cf478b467c8018f93a131193edcd9bd0c557a 0.01 MB 40 151
179,973 179,973 000000000000014947fd49dc719743ca97351db7f531bf76a6c65aebcfa26aec 0.00 MB 15 87
179,972 179,972 00000000000004bc1f32e095ed980651572c424bf9b0d6a37dea172956d966e0 0.01 MB 24 111
179,971 179,971 0000000000000292ed7e987a607e473d4b34bd387fdcaba09d50a1ef983c6415 0.02 MB 76 65
179,970 179,970 000000000000084763a48fe63e7ba6765f6abd2435523d3e3509880f3d517d96 0.12 MB 253 140
179,969 179,969 000000000000031e08ba400e83192b3b9b44a1db43c01f3913226302040fe5c5 0.05 MB 130 254
179,968 179,968 000000000000088eb42b4a64d00fb19c40dc96d08c9e62f56f95c3a67732a4f6 0.00 MB 10 85
179,967 179,967 000000000000029dafc528c41b2e1757f0d9da8c56e1d0421440eb534a64092a 0.01 MB 26 108
179,966 179,966 0000000000000615f486af3abd37302997797d7cf6e187b227e99c336a236752 0.04 MB 77 142
179,965 179,965 000000000000082e4867b3827d7ced50934468f3a30a6994a33049b33353c0a0 0.02 MB 45 120
179,964 179,964 00000000000008c6baa67eb8c1d852f176b6415a619e01dd8e898dc67f66c4ca 0.06 MB 134 134
179,963 179,963 000000000000013885200f0efc41f5b814c52cca5a47d0e11030121d8d0f233f 0.04 MB 120 90
179,962 179,962 00000000000007f2afdace038920b418418d88e28af9b3e9b2eefaf4c5979fe7 0.00 MB 12 33
179,961 179,961 0000000000000274deeeaa5423afb719c241ae1cb0ccc6a113c9374bea8f4dec 0.03 MB 81 34
179,960 179,960 000000000000005e9d6699942cf9ed0a04482cd20cc45dac7cacca8970beb30b 0.01 MB 20 396
179,959 179,959 000000000000098c9ee5e76ad7f7b7cc35d55337b10067f1060c0e87b87fb2a1 0.01 MB 23 115
179,958 179,958 00000000000000e00e7466b95467e05e85587b0ea20f1ba1583230fe8d7beec1 0.04 MB 42 204
Previous 10 blocks ↓
Total Size: 759.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 870.70 GB sent, 45.04 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.