Memory Pool Memory Pool Refreshing

3,573 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,120 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (785,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,349 122,349 0000000000005574a15c062ef7507bcb8236d27ade051007a124c30b13705ac9 0.00 MB 10 0
122,348 122,348 0000000000005aba21653ecda4c4eb5e2e4814da816478247a400fb0181d495c 0.01 MB 18 931
122,347 122,347 00000000000051db022375df05a72af3fdfd0b809e18568f5c4aec7c03993715 0.00 MB 13 330
122,346 122,346 0000000000008c1085295549db0668996e07978f3cfafd770aac8255874f1a8e 0.00 MB 4 675
122,345 122,345 00000000000081aeeaad411916bb59e5ec48060282b932f7157a6d334b8050d8 0.00 MB 7 0
122,344 122,344 0000000000009697e4f4a17392477035618fb626641aeaf3f4d37ae029d09b9a 0.00 MB 12 308
122,343 122,343 0000000000000282f0b9335a1c9f380229408f4a75e2050843721f43eb476bdf 0.00 MB 10 241
122,342 122,342 0000000000003f7b9bfe05732af519af29aff39605a442e46dec180cd024d173 0.00 MB 11 300
122,341 122,341 0000000000004534ae8cfe0e001cc4a985e7efcee64bd7df22e36e9ad3d1c110 0.00 MB 9 0
122,340 122,340 00000000000064561c8cb81a920ca0026e44471318352811b45ab76a8621a15d 0.00 MB 12 0
122,339 122,339 00000000000047946a0f37ba747e61634337fc08c1ea8b6b07f7d53587aab695 0.01 MB 18 840
122,338 122,338 000000000000515af32fe7dffe9f97b379692e7b1291cf66cb13153f24a1c48a 0.00 MB 1 0
122,337 122,337 00000000000006ad63576ae6e88881d3cb595c4bfde1cf147ebb3dd195cd315e 0.01 MB 24 500
122,336 122,336 0000000000004bd5afcdcddbe26754497907c5c85cb28abc7821172ff868df27 0.01 MB 24 838
122,335 122,335 0000000000007931179e07a345b97d617f2294a815f126da31f7b06381dc3ed0 0.01 MB 20 301
122,334 122,334 00000000000005a6510ed4f58b5076d9cdd57a2311a397dc2a1800ec07b3a4f3 0.01 MB 15 861
122,333 122,333 0000000000001c36d67f906e1f447d3e4055990416d73e495f184e91fc398428 0.03 MB 43 587
122,332 122,332 0000000000005adf0d252cdd5ae6cf969b2e45501fa5456e9935aa577d037c20 0.00 MB 10 569
122,331 122,331 00000000000088dcfb90d2fbb778abc812c17eb33d1bc50f7837389f0a4634ba 0.00 MB 13 318
122,330 122,330 00000000000015f45f8ae3a95519d16b042681375c72af8ec65e18dd987dc041 0.00 MB 12 0
122,329 122,329 00000000000088a2b81773b4da8804038c20c4d25562146be0f6f86749acb906 0.00 MB 17 646
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.