Memory Pool Memory Pool Refreshing

3,903 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,773 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (404,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
503,811 503,811 00000000000000000030c088987efc30ee3665ecab205bec2dfe86a3159397c1 1.01 MB 893 178
503,810 503,810 0000000000000000001faf4c3d5241d3a1256287494480264b6612c6d7ed5b3d 1.13 MB 2,082 375
503,809 503,809 00000000000000000081b78c32206ee9dcfa3fafac30576516d391be139d5bc4 1.04 MB 1,156 305
503,808 503,808 000000000000000000704c5cf41c55c8e2c318a956f7b0f25cad8f7386d8c2a5 1.06 MB 1,113 249
503,807 503,807 0000000000000000001920c541f135919f45772b0993a3644b71439883d41031 1.06 MB 1,717 283
503,806 503,806 0000000000000000002c8b0621fce65aceb7b462ecb6fd41b44d26406f217fbb 1.01 MB 701 161
503,805 503,805 0000000000000000008a4e9bd8f713b2473fdcbd90d791fb62f01e73a0802cbf 1.04 MB 730 232
503,804 503,804 000000000000000000872f568f3be0f7abdb723ca8df4cf10591c74d781b15b9 1.07 MB 806 211
503,803 503,803 000000000000000000267424e50f2a96f7825468e94eecacec0db4215459bc43 1.03 MB 778 170
503,802 503,802 0000000000000000005f057938df0e2c3a6f8c23fcc4b47c73830a0ae7bd08cb 1.01 MB 384 163
503,801 503,801 0000000000000000002f38f7baafe6e73f6c0030d6a97a8a14102fea7b4e141b 1.03 MB 843 202
503,800 503,800 0000000000000000001b83a19171818821c00627501e09c2fbd3af7ff1f737e2 1.02 MB 737 177
503,799 503,799 00000000000000000020f428d2787c8eed148e688dfd686700abc6601f3216dd 1.03 MB 1,306 300
503,798 503,798 00000000000000000032ec1a2ff448b342b6c0cf551c9bcb40a6198466530cc1 1.01 MB 586 148
503,797 503,797 00000000000000000014874e8a5f4406f858f8b13298d809eb0fd9f6ff84f303 1.17 MB 2,196 404
503,796 503,796 000000000000000000852d3f3e74dfbf0014cee1aca8a1bc7124667ffad8093c 1.02 MB 401 186
503,795 503,795 0000000000000000000735bf9996d88b47263e593c44030331a80c11385056da 1.03 MB 1,070 299
503,794 503,794 000000000000000000245b58168f57bfb69cd03549104fcd2d081c39ea89a547 1.01 MB 348 160
503,793 503,793 0000000000000000003379740c3ddc843979ac8c14feed24a5399b6c3bfe4243 1.08 MB 547 151
503,792 503,792 000000000000000000474af43c9e00db70e015e3845c59d0037afb412c60f5cc 1.01 MB 373 149
503,791 503,791 0000000000000000007bc2bf181fcf9e9e8df488e7a1066a10d23ed139351fd0 1.02 MB 462 192
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.