Memory Pool Memory Pool Refreshing

2,301 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,705 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,265 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (842,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,607 66,607 00000000003dd399b0cc5e81795dcb8393ea7ade394ee6b5ce12598981cb11d2 0.00 MB 3 0
66,606 66,606 0000000002eb2496e74d8a4019929936ac67e86c3d5c68321ee906d920223a3f 0.00 MB 1 0
66,605 66,605 000000000267fa8a224aeba66234677f967ed4ee97e6098d04507275c5a5a635 0.00 MB 1 0
66,604 66,604 0000000004092660fc793d04c86a5b2b0bc72c146e37a5a48dae5b23bee58418 0.00 MB 1 0
66,603 66,603 0000000000d4867d78022eff885bf141975eeb877096ead82aa6ce44ecad4dc1 0.00 MB 3 0
66,602 66,602 00000000030068e9e3a8837c12dab38e22311fbed461df00e5014e42dc660365 0.00 MB 2 0
66,601 66,601 000000000062f889aa5ddca7cfe172c92be6605397d0c314ff9efc81aba0d259 0.00 MB 6 0
66,600 66,600 00000000041febfbebb611cd8f587c690bbdc86af1e3ab04b134bf0d66c63751 0.00 MB 1 0
66,599 66,599 00000000047ae2681abaa2eff10a24fc0d5d6669bc677627a3be0e934eb878af 0.00 MB 1 0
66,598 66,598 0000000000f212b2b6bde6176fb772014ce55d31a05cdf58a676fc363ef51c23 0.00 MB 2 0
66,597 66,597 0000000000235badeef670c50591907f4d98b694137ac1f62129c0fc1e74dcc8 0.00 MB 1 0
66,596 66,596 00000000044843a0096cfa58b91addee799bd1c1ac7a705a4a4e37ec0aeac039 0.00 MB 1 0
66,595 66,595 0000000003ff19fb2b74fb2958c3c8091868b66c25f2c8952b4309f8c66c5f08 0.00 MB 1 0
66,594 66,594 0000000002fa394ba061a5a71f3c5d185c2db69fa7214a46aaad6262dac67f8c 0.00 MB 1 0
66,593 66,593 00000000022c366291a41a75aab7a260181591c4e5d8e4f113effe355c75c83a 0.00 MB 2 0
66,592 66,592 00000000054f9c31da7bf55d7c40d10fea16768e91a3bc9697fd6739a2624d7c 0.00 MB 1 0
66,591 66,591 000000000492bf9e7fe73493d40309aa9f3a0c173547cada66643002237cb1d9 0.00 MB 1 0
66,590 66,590 0000000002b830fd9f9034f128957f32d43e54a023e35bce017fb374df72faa0 0.00 MB 1 0
66,589 66,589 0000000002c55dcd563fdaf7833d21f1576953cbc2116eecdd7450e03ae36930 0.00 MB 3 0
66,588 66,588 00000000027414b38b31cf33ae7f4e5cdff432096bb5ef1cc4c59c6518b39f18 0.00 MB 5 0
66,587 66,587 00000000040463de27cf1c29fa47570d0003c4edd7256950e0c414ed3b0165d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,854.49 GB sent, 102.00 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.