Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,560 transactions (2.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,083 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (879,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,448 30,448 00000000976fcc1e5752720b7bc481b34f4343119e7a86d027f36bc0a79c2a4b 0.00 MB 1 0
30,447 30,447 0000000022837ea0aa338e941a977a6de1d9bc5c3b363a495b6fe41f5865d040 0.00 MB 1 0
30,446 30,446 000000000a96481462d9fdb819e52352268d8b1b3c45752b1ad3f445a11e2418 0.00 MB 1 0
30,445 30,445 0000000086920afd723ddad959240193f0c6d755846f20dc2c044ecf4f690624 0.00 MB 1 0
30,444 30,444 00000000d159cbac2d3bcf3c192e44a0df992085e226f4a168dc407f51f3fde0 0.00 MB 1 0
30,443 30,443 0000000056d88e1c0824613b9e6dfb804d0562293be63a64acb4457b8bb8e78c 0.00 MB 1 0
30,442 30,442 00000000781550d594ccc7f403f647f8a5c7bbc49553dc198bc9680825977d3c 0.00 MB 1 0
30,441 30,441 00000000aaf803ddd21c5f5da83c333736f081be52dbc670be7ffba43e5b301e 0.00 MB 1 0
30,440 30,440 0000000046714d25539030d4229a397c827c1c69f8a50b3501bfea0854a34dad 0.00 MB 1 0
30,439 30,439 00000000b3d1e575ea3f88ddc5978eaa106ae051545efe4d023172c1d55ccf88 0.00 MB 1 0
30,438 30,438 00000000604fdef2e6632a63f3f41ce9702860331f6f259b95f53a5b1c65b007 0.00 MB 1 0
30,437 30,437 00000000e87ae956fa8537f5b386540017238dd0f4b9bce10ca785eafb5ac5d8 0.00 MB 1 0
30,436 30,436 00000000a7ca0164c66eae207b1ae897bffb30a077128c458a8b113308734c48 0.00 MB 1 0
30,435 30,435 0000000021aa48b1f0cbcd1edfcce8c0f42a9d39f2fb470d8e1d1bafecaa4f8d 0.00 MB 1 0
30,434 30,434 00000000a0b232e1287dd8197c669521379b4b4e4810dae1b433fa5d20495d15 0.00 MB 1 0
30,433 30,433 00000000508ecf8f878f4337ff0089ea6a710b5f71fad7425c38d494cdae4a45 0.00 MB 1 0
30,432 30,432 00000000411249499941b0bb460267da4a11b402f304a7924678c65c167746ea 0.00 MB 1 0
30,431 30,431 00000000483b6bd402c8c688661180492dedc312ec915cff7548d4bc41665dac 0.00 MB 1 0
30,430 30,430 00000000e0c9c326cb32a56a493e2b337ba80ba1c6f571687e9d8438d32c3ab8 0.00 MB 1 0
30,429 30,429 0000000091f5c9c7d4c06dbab5337403b45f4d2dce5634ef96fda521f939f6a0 0.00 MB 1 0
30,428 30,428 00000000a6b6e0d0f931f6949f82eef217119833f11093a1ef67c7b451c61184 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,150.02 GB sent, 112.49 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.