Memory Pool Memory Pool Refreshing

23,833 transactions
29.60 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,229 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,909 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,228 (60,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
802,134 802,134 00000000000000000004d2d9a309fb2021b697607a56ae87256f805545c3b8d8 1.52 MB 3,689 22
802,133 802,133 000000000000000000005c748fca4cd69c7904854a88bbdbda156b8596076a81 1.50 MB 3,474 30
802,132 802,132 00000000000000000000cb7b50f5ddd1050f6714625bf7a7da37bd9de30faa11 1.33 MB 1,966 24
802,131 802,131 000000000000000000047839c21722020363b44df881bb4cdfae07363ce7ff7a 1.25 MB 1,712 24
802,130 802,130 00000000000000000004afda9db19289d56ef1892e04d1498d9bb6e9651830f2 1.02 MB 120 20
802,129 802,129 00000000000000000004cd7197686231e7c06db59d29bf92f3b69d6bdcc618b5 1.28 MB 1,095 21
802,128 802,128 000000000000000000000e3b819e0671343968c0e135192793009b3dc5d5f539 1.41 MB 2,955 30
802,127 802,127 00000000000000000000894e31e464471f7e0d4b208f2a9f8ee0c3197de5584b 1.49 MB 2,943 28
802,126 802,126 00000000000000000003947ea17e0d7985c2ee5477d83bdf6e63dee1798f3fa0 1.18 MB 860 23
802,125 802,125 00000000000000000000d06d39556f9dce7d4b28ea22871e6bbea854f9fc987b 1.06 MB 438 21
802,124 802,124 00000000000000000000e295d2fa2d7b644d9b7ac097e795961698191cca45f9 1.35 MB 2,575 29
802,123 802,123 0000000000000000000226b380bfbd7b536657e04c197896a6dabd716d0ec432 1.42 MB 2,556 28
802,122 802,122 00000000000000000002986c3fb7f43295ee4a2191533c2b1d71ed6d2280fce1 1.56 MB 3,187 33
802,121 802,121 0000000000000000000120fdfaa663399b6f9ad90b7b24cc0acd97b3d94d030f 1.27 MB 1,413 27
802,120 802,120 000000000000000000042e0ced5132cbbb177c0f95693515e9ecf6870b905274 1.31 MB 1,629 29
802,119 802,119 000000000000000000013c9f55d7a2ace779fcdc4ed9b0496ee167f7b225d730 1.09 MB 576 24
802,118 802,118 00000000000000000002333449fc79161f8cd0c9f5f4071350491324b8de4f0f 1.02 MB 148 21
802,117 802,117 000000000000000000035c021da2a3f51ec95a429f4cc6508876c9159723fac0 1.25 MB 1,403 28
802,116 802,116 000000000000000000047b7a91501ab8b2a5f31b4b076c668b6f734fef3e7f1f 1.43 MB 2,174 13
802,115 802,115 000000000000000000052846da95ddb8417cff291d531777366b8dcd6db2a604 1.57 MB 3,119 18
802,114 802,114 00000000000000000005502d8a15d630540028eaa80637e53cbd9a1e9a214362 1.51 MB 3,302 31
Previous 10 blocks ↓
Total Size: 684.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,357.24 GB sent, 102.18 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.