Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,392 transactions (2.88 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,878 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,425 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,877 (846,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,574 63,574 0000000000c6d9a268115f3ed018318316dd207f8d63a5db6652ca796426f47b 0.00 MB 2 0
63,573 63,573 0000000006572655658c7376a171d1536a67187e637ca434c5f5dd2b71f63375 0.00 MB 1 0
63,572 63,572 0000000005016348575f4a7b53ca104ca15d378f356a1f8601d51d80d2f32b1e 0.00 MB 3 0
63,571 63,571 0000000004dd18f3e1b99ff45e66c12fb4f0b57fdb11b8580f99507f8c21d160 0.00 MB 1 0
63,570 63,570 00000000040f182917ae5a820a2ba21407fce3d1c63c0714a1110abd8cba4e77 0.00 MB 1 0
63,569 63,569 000000000cc64d364fc1f66cb74de689146a3f9d4b8d95319d722e42dbb64bf6 0.00 MB 1 0
63,568 63,568 00000000061d07023eb9c36e481a04a31a482939bc01207a3129226bfc490a30 0.00 MB 1 0
63,567 63,567 000000000b47a99ebeadb15d62b7da5ac7101fc78bfee30f87d410f9873400a1 0.00 MB 1 0
63,566 63,566 000000000c7eda0d66e977c2e85b3d0488638858bb81d7af19f13c14eeb7c73e 0.00 MB 2 0
63,565 63,565 0000000006dff368b7ef8bf2307bd6010271e2296b1e1e29cf9f6658e4b78994 0.00 MB 1 0
63,564 63,564 000000000ceb9acb7fbd6b40198b45bb3f8fe471ab71255ec7860800821658eb 0.00 MB 1 0
63,563 63,563 0000000007556ebbaa52ab70a555c40c987c25c3617fa9a36fd34096fc8b04eb 0.00 MB 1 0
63,562 63,562 000000000264127e591353a69dd8d88bdbaa0612078e4018878f9c3e6251f411 0.00 MB 1 0
63,561 63,561 00000000073e4a2c43754efb3db9128fba4bc2bb4881235ce21fe7c2822c4c10 0.00 MB 1 0
63,560 63,560 0000000007020396f392e7bf428a402a10bdfd2a037458ef374172f594c3518c 0.00 MB 1 0
63,559 63,559 000000000b32cdbc8f18fb81e2917e0064054896256d814801295bd009c8a297 0.00 MB 1 0
63,558 63,558 0000000002ca813c5149f2634a3963b3c2491fb50ef89c93c343fe78ad04ee08 0.00 MB 1 0
63,557 63,557 00000000061de8a16a676fa40900279334db5d646469e091fe1f41d70cbf14c9 0.00 MB 1 0
63,556 63,556 00000000087b78ce51171fdfe808b202686c8ce75fcff467414791bfa43733b1 0.00 MB 1 0
63,555 63,555 000000000c4a1aeac879959654c824358066f81f5daf925f74bb235b7c827e44 0.00 MB 1 0
63,554 63,554 0000000000d97be7cdc47b495afffd5fe6b359118eca14a8b9d64c9dd2bef533 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.17 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,170.67 GB sent, 114.24 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.