Memory Pool Memory Pool Refreshing

8,443 transactions
4.29 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,726 (491,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
416,245 416,245 00000000000000000171f80e5bfdae293e86c69b38e697f6adafca12bfa672ce 1.00 MB 924 48
416,244 416,244 0000000000000000030169e2867759be427b47d5156448645a62baf7d93081a5 1.00 MB 2,276 67
416,243 416,243 0000000000000000051cdb74b27445cd7fa0a75bc55cd7c9742ad42c157f66eb 1.00 MB 81 2
416,242 416,242 000000000000000002f57e31c8a781675d7851864bb1a0ea443be7846f829e66 1.00 MB 187 5
416,241 416,241 0000000000000000011c88f4537d83df5aa885fdfca7ad85bb253c7b29a3346e 1.00 MB 2,299 61
416,240 416,240 00000000000000000446c1fd84790fb4ad0eaa3d415847ecef4f6eae4d6a9bdd 1.00 MB 2,602 49
416,239 416,239 000000000000000004e088a49adecb9a9bd749d5e3bda8a5e1c93c9b910a7d52 1.00 MB 2,779 65
416,238 416,238 000000000000000002ac22e83f6fc31de354072fc36ba3cc79b505489b30e740 1.00 MB 2,384 69
416,237 416,237 000000000000000002a7f05764f47032ef0d3675d9b4c4a0d33fbc56a6938483 1.00 MB 3,435 59
416,236 416,236 000000000000000001db6b45a8f55d29b30a1402683a613941ff609817efe940 1.00 MB 2,466 57
416,235 416,235 000000000000000003d70baa066ab308810a406db6f796113530d6c63e64b2c3 1.00 MB 2,026 79
416,234 416,234 000000000000000003769d4c126d5d900659db69f08170b35f8ecee250e3d848 1.00 MB 627 63
416,233 416,233 0000000000000000037a22d602c8edbc14bd2338b1e97e026aa9dc39a23a11e0 1.00 MB 430 69
416,232 416,232 00000000000000000486078ab77fbfee34389f825a9cba8c0ac7c665396afe96 1.00 MB 2,339 96
416,231 416,231 0000000000000000053cda372d674d30133d6282bb322db9634631d504b3eb1f 1.00 MB 796 81
416,230 416,230 000000000000000001f1b9636ac1c6ed6d4c91703510d8e165fa446e7279b3a4 1.00 MB 1,460 98
416,229 416,229 0000000000000000051fd9c8f86e560db16956d0ae2974b2780550510e7133cc 1.00 MB 409 41
416,228 416,228 000000000000000000881fd48be9c78c33a7123c9e97b8a4faea85c6dc23e711 1.00 MB 2,062 58
416,227 416,227 0000000000000000033c9ee4d9963c43dc08790b84463f4477a12ea7ca6adb06 1.00 MB 2,646 76
416,226 416,226 00000000000000000274b3c9b4823f11358f8e4369948f00359c398abe1929f7 1.00 MB 1,338 45
416,225 416,225 000000000000000002942b18406ce2a4d3ceeff7dcd3b09ded2490c7c8157cb8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.