Memory Pool Memory Pool Refreshing

8,776 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (611,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,504 296,504 00000000000000005fd78daabfaaf95302d1a2f20c1e5140f9ae68436e82a254 0.04 MB 95 32
296,503 296,503 00000000000000005aeb1598e08c6afca09bacd4b0026e96b9e251d1377bcef5 0.02 MB 64 15
296,502 296,502 000000000000000028be8882e6eb599e9c8613f238ead969adcef4fc712e7554 0.43 MB 792 43
296,501 296,501 00000000000000009be8bf743ff7e2947c282cef89f5b054f3fbdc027563df94 0.05 MB 118 45
296,500 296,500 00000000000000004e1ae2e54a9090c1dcd9a4d0d1bf2ea4e36efa40c6fcd49e 0.00 MB 1 0
296,499 296,499 00000000000000005217251bd3b26cac6e4154828a7cc0f4b2c9748aed675220 0.10 MB 212 38
296,498 296,498 00000000000000006b378b4479668eb96f4b0180c4c6964c6e8bf36c643b60e9 0.07 MB 171 78
296,497 296,497 0000000000000000857073019f3342811c6830120532a2b8ac0e45a830eba65c 0.83 MB 607 17
296,496 296,496 00000000000000007fe70dc56c1690274380d940ec0fb5b44573d4f3f37a275f 0.50 MB 1,463 56
296,495 296,495 00000000000000007bc26f90ef9f6bbb4713030e414927ee030cf4654dce6f9b 0.07 MB 165 44
296,494 296,494 000000000000000056eaf36e376aa6dbd858cfc1f7db480c069b1cfb76f81c32 0.01 MB 30 40
296,493 296,493 00000000000000009929c31791c78595301a847315a20aa4b0a16a18e581ee45 0.03 MB 74 40
296,492 296,492 0000000000000000307ea1b08b26e0958a18c030e8a62b0a98c430c60e569450 0.19 MB 405 36
296,491 296,491 00000000000000007b537b675c3c902500a33645406984b067d43d59bb5586a0 0.02 MB 55 51
296,490 296,490 0000000000000000122258333be9d8c6c5a9605291034db94fb5d87ae306a0bd 0.21 MB 485 38
296,489 296,489 000000000000000034580ebc05b521e6d678645d3fd268e3f6e044ba472fa764 0.07 MB 141 47
296,488 296,488 0000000000000000275de8fcd61f4b57d55a431528c125ba709605f98f60609f 0.19 MB 440 42
296,487 296,487 00000000000000006ad73a6c32a21e79ab4af6865ac7ad686b7406076f16c8fb 0.01 MB 16 42
296,486 296,486 000000000000000012bc1fd14e9198d0ea5ae8f17229e45fa6b1b3ca49967c9d 0.16 MB 195 65
296,485 296,485 00000000000000007a30145fcd059198391f98b52e5718e31d801a9aaa21c779 0.19 MB 417 35
296,484 296,484 000000000000000046094f00ca8db613104523a3ff0db8423de4112c297f7494 0.00 MB 10 28
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.