Memory Pool Memory Pool Refreshing

14,087 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,256 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (472,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
435,313 435,313 000000000000000002164906f7113cba1770ed2c360b181c483c0ffe954b94f1 0.74 MB 1,599 60
435,312 435,312 000000000000000002fb9026485a52ca21f1473a0d1f4ee2e24cde5f03e002ff 0.98 MB 1,883 49
435,311 435,311 0000000000000000028be276bf38c44f499a0367e6a42a901d911920a2aaffaf 0.48 MB 934 61
435,310 435,310 0000000000000000028859974b5f57a659013a1326e268f851bb13105e1a068e 0.29 MB 406 24
435,309 435,309 000000000000000000c246eb108c5589f36a42b69d33f0a0a161cc4826397a23 1.00 MB 2,270 74
435,308 435,308 0000000000000000023d958f309d3ff6c4d018fdd76da1e8e29ceff7636da40e 0.34 MB 800 75
435,307 435,307 000000000000000002e448a000bb0e986a4c64917ebb9e86a3f77ee5ca6d2475 0.86 MB 2,148 49
435,306 435,306 000000000000000000cb0c145e83f6aeeb55ae15f5b8181ce563966a88863ea4 1.00 MB 3,024 81
435,305 435,305 0000000000000000014484d4bcb7cdeb66850dcd32f328e3f3f82e29f0715b03 0.00 MB 9 557
435,304 435,304 0000000000000000033fbadd1c425c81c7058771048d2e9d22cf5005e070557a 0.11 MB 284 78
435,303 435,303 0000000000000000018a9657a2e69b18adc4fe0010de909d501b9e2a748ee7da 0.19 MB 473 83
435,302 435,302 000000000000000002d339cc50ccc2324199efe91f1f0f9d467884ba063078c4 0.06 MB 173 91
435,301 435,301 000000000000000002759abe9d91da5f111421c554dd2d26b52b1e552c3cfb28 0.99 MB 147 3
435,300 435,300 00000000000000000321cf5c9cb1f4821a5cfad51ff3d097c4389a13707883bd 0.35 MB 886 70
435,299 435,299 000000000000000002dccc3d334cca1c69459ffc0bf91411c220d7b1a48400b3 0.38 MB 917 72
435,298 435,298 000000000000000001dadfd35361e57d7b3b46f0ef9a22fe29c1ea2b9b652e87 0.73 MB 1,358 51
435,297 435,297 0000000000000000017bc9db1d5c970dcbc48df119646ab85de04c6fea68b38b 1.00 MB 2,266 58
435,296 435,296 00000000000000000061e0d6bf8ef765ff1c3bcb1516623f03bdb8e0cccab878 1.00 MB 2,870 85
435,295 435,295 000000000000000000e9230257dbac5d83278564d67395da5d074ab09f6f44c0 0.04 MB 99 99
435,294 435,294 0000000000000000031f44e5e303058e797a3b8c5fc8ed4112daf6935371467e 0.41 MB 798 45
435,293 435,293 0000000000000000002212c95b822b06b0f3c6cf507c4ba811fb1de579d21a75 1.00 MB 2,336 74
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.