Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,821 transactions (0.99 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,786 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.98 vMB 2,818 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,785 (888,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,562 22,562 00000000a206c8d34ec37049389b0782bd3205257fd9377f2b8991b18aed744d 0.00 MB 1 0
22,561 22,561 00000000f382bf697687c0ecad86c002a9c6d7d1f04c2d195bfe1b72c23974be 0.00 MB 1 0
22,560 22,560 0000000058c912739fe5c2f36fb4f00a0f6784198dab444ed1e4dcb7ea69be1c 0.00 MB 1 0
22,559 22,559 000000001400b8bdc54198c40e1ed69b43f8a7fc0a1a04d68eb97523b4a2a083 0.00 MB 1 0
22,558 22,558 000000001244a3843fc8236d573e43d593993f49e7121569d50b82445e1cf065 0.00 MB 1 0
22,557 22,557 0000000096da832a868bae7bd7c2c0acdc5ddc002838b60088e543595a93c20b 0.00 MB 1 0
22,556 22,556 000000008dee5202c84406f0abca368e84744a2101d665c069eec662fa514596 0.00 MB 1 0
22,555 22,555 000000008db522095fa8a07a0cefb54ecb5a91848d2a2a43462d4387aa4afa7d 0.00 MB 1 0
22,554 22,554 000000006b4c5847afab6bdc6c82355088521a41342c1feaa13e1cd70efc732c 0.00 MB 1 0
22,553 22,553 00000000b52db864dbbeb6136e71129fdbae4923dd9f500074b701964089a45e 0.00 MB 1 0
22,552 22,552 000000004968e5845056468e537cae8505353b06508a0d7ab1e7fb418dcf9054 0.00 MB 1 0
22,551 22,551 000000008caaccf76aec0946720653c24535a1ed610349f7e87396cb3f3398a5 0.00 MB 1 0
22,550 22,550 000000003198132c86e6708efd76b6d4e10006ab68760ed84c42815dbf54a570 0.00 MB 1 0
22,549 22,549 0000000004c0963507d2edc2cb275a8231379e7dbf0083a7a4a2b6b106eb36aa 0.00 MB 1 0
22,548 22,548 00000000301c4aaa2576aadfae18190c6667986b5d1b45e04f74310ed1e66673 0.00 MB 1 0
22,547 22,547 0000000091bd475f96e50a73e68f026241539dca11c44fa1370130554617470e 0.00 MB 1 0
22,546 22,546 00000000447b81d8a8c3baf3e4369ca59dae60796f5ac8be99b2f3711e678181 0.00 MB 1 0
22,545 22,545 00000000a7259656f94e6f4ec9045c9c72a7e96439a05798fa9fe2762a8562d1 0.00 MB 1 0
22,544 22,544 0000000069d9d0ededf7a8ec62bb80a5e97f7590c8049d6feb201bc18fb86344 0.00 MB 1 0
22,543 22,543 000000001568b942f1e31f514924acfe75ed8b17e29f80b86d9855554ddcf48c 0.00 MB 1 0
22,542 22,542 00000000bc4f467b42b80afa32a323b57bba02ebf48f3456c374cff48baa6606 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.84 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,295.33 GB sent, 122.85 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.