Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,976 transactions (0.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,026 000000000000000000022cb30000000000000000000000000000000000000000 0.69 vMB 1,958 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,025 (886,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,546 24,546 000000007645393ce647de94a66e87bc70cd32805f4317a89fc5b300563a6608 0.00 MB 1 0
24,545 24,545 000000001e47f1658fc83ee6af28ea5775193478b7cd837fc19ebae07e8827fb 0.00 MB 1 0
24,544 24,544 0000000012aa824bca2cda4789209621208465b121071e8030e43e5f6aefe8ae 0.00 MB 1 0
24,543 24,543 00000000c586c8b085f9b4cfbae34e355b2f0022623197f7fedc09277214cef7 0.00 MB 1 0
24,542 24,542 000000009e644e261d3d9a39a76ace1d5f95ddfde3f4a7f92b7b66489582dbe9 0.00 MB 1 0
24,541 24,541 000000000549357d1df2eb39933eeac8234bc2a8f10ff5445f12625aebc2693b 0.00 MB 1 0
24,540 24,540 00000000f4a7dda8950af9c095d9863e237de29f83f7e12e5c50c9f89cbd4739 0.00 MB 1 0
24,539 24,539 000000004142598f81ec9f5128cacf716694f6b4fb0359662180f5f3617b6727 0.00 MB 1 0
24,538 24,538 00000000473f91dfabed4c78d805765874cd76d63aabb524333ae67361c9198c 0.00 MB 1 0
24,537 24,537 0000000012d8e9e643fa4d53863ac1dd2c1eef9a31866626b2c96bfe626fcdff 0.00 MB 1 0
24,536 24,536 00000000d78c90445b373e682b8f73221562d73897c3e30ac7120a9a373194f7 0.00 MB 1 0
24,535 24,535 000000000cd60ea8f2be906581aa42a1c5c7f95f6d19cf3a17cf5c85512e8156 0.00 MB 1 0
24,534 24,534 00000000578f68a1149b150fa25139c00435263b0bb4fb48c529226b84c77eed 0.00 MB 1 0
24,533 24,533 0000000009120f1b3090e72f1aea3e8aac57f02eb3f3f413bfb60585bab085c7 0.00 MB 1 0
24,532 24,532 00000000d833a717ff6d749a5086560c41ad9bf3b6715468d26d10e16cfb9dbb 0.00 MB 1 0
24,531 24,531 00000000f8bef776fedfa3a6797ea5d74fadc8ae9fcfa4fb8bdaed8e3989a6e3 0.00 MB 1 0
24,530 24,530 00000000c337b655cd0bee8bf085ce90ad764716cfe35745ad1b7b1efe5c802a 0.00 MB 1 0
24,529 24,529 00000000309631ed38d542ee5d0f0d7e1aa880619b7ba5d5bd692ca082c80721 0.00 MB 1 0
24,528 24,528 000000006b3229467fbcb3d02c1262f8038fd240f6215c2e7e3d93b5d1195143 0.00 MB 1 0
24,527 24,527 0000000077eb11783766f28b065a8af2348c3e7736ea7fa6500e0e421ab73f63 0.00 MB 1 0
24,526 24,526 00000000668df14f96855f1d6df032ae6e00dac79fd4f6cf6df0288c507e2097 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.29 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,360.64 GB sent, 125.21 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.