Memory Pool Memory Pool Refreshing

7,220 transactions
4.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,807 (778,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,343 129,343 00000000000009c57ba5947a198a279b24d0bd5010ad524f55807595551f4401 0.00 MB 14 1,372
129,342 129,342 0000000000000d62f9be9f5e8aac7d227b8e14d60658dbcd388ea90247ad97f5 0.10 MB 239 303
129,341 129,341 00000000000010c1dacc743a3b529ba7a4ce91b034721be7ac74712d617826cc 0.00 MB 8 354
129,340 129,340 0000000000000636bff303425c53bbcf3c06dc61f8ec81f9847ab80ebb7300ac 0.02 MB 28 516
129,339 129,339 000000000000137de7e37f660ff138f1edd8872007633cd25f5a68948115bcf6 0.03 MB 42 312
129,338 129,338 000000000000050cafc0d66c5e6b3b5e70df83e6741b78ee0c39ba3c700eb26b 0.02 MB 24 1,439
129,337 129,337 00000000000018d2c6f20586b58e09b29adddd0aba1815b54eb55c0ebacfb647 0.01 MB 32 946
129,336 129,336 00000000000003221994651f1ac84a29a54fac7c62251c83d120e9ae1200d51b 0.01 MB 17 774
129,335 129,335 0000000000001ce53ebbb7a7140dd4705377aad2df28a9204a5a5f9fcff87366 0.02 MB 18 369
129,334 129,334 0000000000000f3594e017f589c6a587ea1cb171f250a42287107b8ddf86973d 0.00 MB 7 0
129,333 129,333 0000000000001785b60d502dfdb67b935379b303e8fb4caf7af08aae1265024d 0.00 MB 6 334
129,332 129,332 0000000000000acab0a39626839b757e981da9cb55b1b1265da765953ecc82f2 0.01 MB 33 1,328
129,331 129,331 00000000000019bd83aea8f554380228f4bf96976bc277a4f09fa7bb2c9aa773 0.01 MB 8 660
129,330 129,330 00000000000004c52e1c143e8058f6401d6acf4320a0fa575abaa18923cfae1b 0.06 MB 183 147
129,329 129,329 000000000000048c786ed2782510a2557eb6334c6079746d62de642e9857f091 0.04 MB 132 2,070
129,328 129,328 0000000000000d827a9ee55f9ad6371a5906910d7e3efecbbe8d1080f9811332 0.06 MB 82 1,174
129,327 129,327 0000000000000d1c27aa7ea4133f134eaaecff2ca463bf113197803e968f9c8b 0.01 MB 30 1,174
129,326 129,326 00000000000005221ccf72654276e43ad57e85877ffe2723cd925d04fae461ae 0.00 MB 13 912
129,325 129,325 000000000000177d18aed8fa7cd35df9595115902a3d6fb3b5603406da741f12 0.02 MB 42 1,003
129,324 129,324 000000000000054992ee4ea2ccdb5de6ce94c9ae3b5513080754fc00273da2d5 0.02 MB 40 812
129,323 129,323 0000000000000608e732d27fb702a488140322e62df1adaecee330300b973d5c 0.02 MB 21 793
Previous 10 blocks ↓
Total Size: 769.18 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,633.52 GB sent, 93.84 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.