Memory Pool Memory Pool Refreshing

9,518 transactions
2.97 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
3 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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,838 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (644,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,330 263,330 0000000000000006a33adf18c25cdfca4d81ae797d2615a6f347f47d56fb6547 0.04 MB 111 71
263,329 263,329 000000000000001541b8c1603ee3aed3d95793712352061cf2d7e786c2500082 0.03 MB 64 87
263,328 263,328 000000000000001667f45913aee1d869719b59ab46068b20f8282049cbf82427 0.14 MB 139 40
263,327 263,327 000000000000000c1e9f125423d5914fd7905008378322a55afb73d8a8d46fd3 0.03 MB 75 84
263,326 263,326 00000000000000079cb19b9631595e982a119980d711ab84565032ebedc3e94c 0.05 MB 64 92
263,325 263,325 000000000000000201001a543d3852631633aa86b51c0a22fb66d4c0dc5ec9b7 0.01 MB 19 78
263,324 263,324 00000000000000015a35858fd02b5e5e3333c063a7a2da897fe1f7c5057f120c 0.03 MB 91 102
263,323 263,323 00000000000000024f286fe9fabee72ce5df13f7905ddfaa402c53507d0c1be6 0.10 MB 291 128
263,322 263,322 000000000000001661f95ce193828e5fe667ab99450f6fc1e164d4bd08e0c5eb 0.14 MB 296 103
263,321 263,321 000000000000000b8c97d30e17c758caa3a91e9d85ab1a1b856514c4dd28443b 0.10 MB 258 94
263,320 263,320 0000000000000007a08422c51db20b3d8d3a7118a7a973a74cf8680caf0b9326 0.10 MB 239 131
263,319 263,319 00000000000000129217ca5f2f4dcb01e1996008fc8000ec62eac70b427b2834 0.03 MB 94 98
263,318 263,318 00000000000000153013c98c46af8f2204a155e233749dabd0d370025b69b715 0.12 MB 222 104
263,317 263,317 000000000000000ed9368b1756be2ef5763943e5c1c3a8325b5f078d3a0815c2 0.04 MB 74 63
263,316 263,316 000000000000001555f3040af79799768b94942605669d826519f704e126258c 0.09 MB 205 94
263,315 263,315 000000000000000afc1ab8961473ec1c4f47c9bd767bb8d7ec36779ed7d2c63d 0.05 MB 106 95
263,314 263,314 0000000000000009b29932ea82d2ea2cba0ca2c9753a056738ee8e66aa5cfd24 0.09 MB 120 52
263,313 263,313 00000000000000065a5bb80786b6524d636d5f5b5fac25309adbc1dafe417af6 0.07 MB 177 73
263,312 263,312 0000000000000013d78b50eac34494a07454bb00e4fd0a2e1cc9545362cb17ee 0.08 MB 204 97
263,311 263,311 0000000000000012399782e89b3013dfe596e770499fcff76117de21f0ae3af7 0.20 MB 441 106
263,310 263,310 000000000000000ca98716382648e0bffb70958834279e2796d9f0bfbb0f681b 0.07 MB 148 73
Previous 10 blocks ↓
Total Size: 769.29 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.53 GB sent, 94.39 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.