Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,432 transactions (0.98 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,547 000000000000000000022b910000000000000000000000000000000000000000 ago 0.97 vMB 3,427 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,546 (248,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
663,459 663,459 0000000000000000000aaf53dcf4ea1180c46b6e02a3025ef5c628437865d710 1.32 MB 2,104 80
663,458 663,458 0000000000000000000948db83841b18fdeeee1aa1f8bf8881b2c351b336c27f 1.13 MB 1,228 48
663,457 663,457 00000000000000000005194b1728dd30f2d4400369d912dcbc0a9f8aa29715d9 1.39 MB 1,728 69
663,456 663,456 00000000000000000005fd615b3722e74b0b3ebccab1b61e4fc2d4e07a3be70b 1.27 MB 2,379 113
663,455 663,455 00000000000000000001d19f88e3bb2af7ee165ae731f14fc1ff0f5558aa6cb7 1.28 MB 2,203 84
663,454 663,454 000000000000000000022e7b27a1da44b018c54853898ec78a05a22dfa082d3c 1.43 MB 1,471 40
663,453 663,453 00000000000000000009dd0fd81ee5b4c37ea0e7855bde1fcf0ee9e59d877f63 1.23 MB 980 69
663,452 663,452 0000000000000000000154b1ce36b779533a157e8acbee9d17bbb210eb6823bd 1.20 MB 2,187 25
663,451 663,451 0000000000000000000290c126b351416c79592e1a8b4d432239a9f6a03f7580 1.21 MB 1,762 70
663,450 663,450 0000000000000000000a614d2ac4115aef7274f922fac80383bfc3f29d74354a 1.44 MB 2,491 95
663,449 663,449 0000000000000000000bbbdc2dad8381470bafb83f9f43524ef80e53a5b23219 1.47 MB 1,215 50
663,448 663,448 000000000000000000092568ba329eefbdfd1aa2d4eaf6262f36e7e93d9f66ae 1.19 MB 2,129 27
663,447 663,447 0000000000000000000011e1496a60009ebe7d5be88425e81d33c9b2392c0e7e 1.12 MB 1,236 54
663,446 663,446 0000000000000000000a8497eb385c4e32d5791a3f270c4cec0a4be00c154ad5 1.27 MB 2,017 73
663,445 663,445 0000000000000000000f0c1b156f4fa0ca7097e05d7edb6fe736d1785e36752b 1.35 MB 2,241 89
663,444 663,444 000000000000000000015e313fc4efc42c8b7409f7a302a79dcc13b19285b214 1.35 MB 2,505 96
663,443 663,443 00000000000000000000db7853b8fb67ad01058a075192129a37b807ef468d4d 1.33 MB 2,963 113
663,442 663,442 00000000000000000007fe954c14c85c642f166854d290edc9c2eff544b11cbf 1.32 MB 1,866 29
663,441 663,441 000000000000000000088638da4d75e14561054ab853656030b108c342d5c579 1.21 MB 2,526 29
663,440 663,440 00000000000000000002d822871dcdb027c76ee664fbd34b0a4ce0fe5790b314 1.17 MB 1,536 58
663,439 663,439 0000000000000000000490377763cb445efc3e9f32920015b9a3db83f987203d 1.19 MB 2,148 43
Previous 10 blocks ↓
Total Size: 776.25 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: 2,413.93 GB sent, 129.90 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.