Memory Pool Memory Pool Refreshing

13,984 transactions
4.45 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,361 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (638,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,387 269,387 0000000000000001d36b6baee10210b26e29c4f7c902619c974d6b30ab9bbcc5 0.03 MB 70 92
269,386 269,386 000000000000000722eebbe1a212960c6f67a7216f1aefd5909aefb69ebb64d0 0.10 MB 195 55
269,385 269,385 0000000000000006d945429bd420a05bab05e296bc0cba6c6015030938ec8e74 0.01 MB 21 80
269,384 269,384 0000000000000001ede9d51e793e6fbc6af82d3e70383c2689903e645383caf3 0.07 MB 190 66
269,383 269,383 0000000000000003e80cf02f6c782f67714244db7629dc5cb577bf32fa0f0501 0.04 MB 98 91
269,382 269,382 0000000000000001863da3134d88988ffb5b975fadbb9afed8a2a34e3db017ad 0.12 MB 287 75
269,381 269,381 00000000000000006cf9bfe1f55a151b4eccfe0ba170d9e58526e28b11cabddc 0.13 MB 298 54
269,380 269,380 00000000000000023a5259c3af0b2bfc5784201e967cf6a83a0b4024fef90dd6 0.06 MB 108 14
269,379 269,379 0000000000000000197e8ea5aeb9f40b630840dfbbdd5188beea636d988e0cf9 0.25 MB 626 92
269,378 269,378 0000000000000004b714e9299c356d21fa9a71a9ec120a95f4b31a9602305f4e 0.11 MB 233 104
269,377 269,377 00000000000000041c36b87bc024e5782dc0db094c9645da7d03850013879230 0.20 MB 497 80
269,376 269,376 00000000000000002d4fecee1d6c740e15d335ed5d4cdcc20857c0d9014de99d 0.31 MB 774 99
269,375 269,375 00000000000000062c7d79d3d301f71320f986585ae385d5c356e444fed23f7f 0.12 MB 350 149
269,374 269,374 0000000000000001dca130bc93a994cf5a0d2960b9839d4146a55c26b42f5084 0.05 MB 118 46
269,373 269,373 00000000000000003c6e2175ee46b19cef5aafc1766eea577bfe4c0bff8f3f9e 0.34 MB 712 84
269,372 269,372 000000000000000615a6505f74e1236dfa1ceccf6a327e53a022d9b1e5a151f1 0.02 MB 28 90
269,371 269,371 0000000000000008258a7af04d35f0cc5ed4ea2748f2fbae5faf31c23c297af1 0.07 MB 153 47
269,370 269,370 0000000000000005b4cb1109fdef7ef1b9fe5a53bd80c31c99d66ceb205895f7 0.08 MB 204 77
269,369 269,369 0000000000000006262d6fde7422cfac8328a1ce67ac885d99f59af91338e1c4 0.15 MB 471 244
269,368 269,368 0000000000000001dc69206ff60dda128df48af57a5f55414d83c90ba6133c15 0.20 MB 131 15
269,367 269,367 00000000000000030e1ca1037e4a139a93d8d6e500c50ea17e3958667296d419 0.25 MB 696 80
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.