Memory Pool Memory Pool Refreshing

1,732 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (696,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,798 211,798 000000000000025b26a81a2deb84051c962c49769d440484489dcf15ad0938e8 0.10 MB 153 92
211,797 211,797 000000000000021b9080a41b8eaed40d9c38f0b782344fc469084ec47639e8d3 0.05 MB 118 129
211,796 211,796 00000000000004b54ce5471668481da1d2fc4cca2122ff273a65a0e088f408ef 0.11 MB 259 443
211,795 211,795 0000000000000093289482bbf08ba758a2b2049b9451ba3c3043c3a598384c10 0.08 MB 170 136
211,794 211,794 00000000000002034dd6edbb0b5fef0951b9f1f49100e813494106f27f692549 0.02 MB 37 109
211,793 211,793 000000000000027c28469363798e263850ac6888148f588d0685c19ef162c1c6 0.14 MB 285 163
211,792 211,792 000000000000039e8b04304388b96b8c9b58bb2d4a8726d0c6bad5c4d8203bc1 0.36 MB 707 123
211,791 211,791 0000000000000404188f8d0f63d4ee917c86abd2041911eef164da0cb7b33971 0.00 MB 11 38
211,790 211,790 00000000000002dbcd72dcc3a8fbba5feafdf7d7c60ceffa11590beb047211ca 0.05 MB 139 2,167
211,789 211,789 00000000000002c6fd762e3ca2eae93cb482376c502c3cf0b7191a120b24bff3 0.00 MB 11 3
211,788 211,788 0000000000000283bb006145cd285ff7a6c5fa3d9a080e8acaf1f1da0e0c9102 0.20 MB 541 248
211,787 211,787 0000000000000064a2a3c6419d4c93a57ce438f36305f1c82a7c2b49b7ffc712 0.18 MB 438 206
211,786 211,786 00000000000002403cc886acf0d59067180ec0a3df7580549269887ab8c5ed15 0.10 MB 106 111
211,785 211,785 000000000000007efdb4a4cd3ca441a75fc5a65b2eab1c81dbb30cad3d8e89a7 0.00 MB 12 155
211,784 211,784 00000000000002cdcf3c7f530824a039453e4e28dc9694abb012ed3f5b9f8bd5 0.05 MB 130 122
211,783 211,783 00000000000002a4cd4278cc96273d3b767c92fa80b6205eb666e1690b57aeab 0.13 MB 289 197
211,782 211,782 0000000000000238f35c96120fc8d6556a4bd6fd57371d178862fa4c85533a26 0.00 MB 7 152
211,781 211,781 000000000000049131f5aeaf385d61901d0981a2ebd330e012b6891592286eb0 0.09 MB 257 244
211,780 211,780 00000000000000499fa7a44d1c134befe26f5ebef7acc5c9e6ea639fdeaabfa6 0.12 MB 203 183
211,779 211,779 00000000000001d6ad1db65a557f34b80abf387360971773104dd440684cf737 0.24 MB 498 395
211,778 211,778 000000000000003e53e3732d8c874a33f2942e3ac67d2a737733b17881714dd7 0.02 MB 45 190
Previous 10 blocks ↓
Total Size: 769.31 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: 1,642.74 GB sent, 94.46 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.