Loading Tool

Explorer IconExplorer

Memory Pool

23,539 transactions (3.57 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 31.16/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,604 000000000000000000022b910000000000000000000000000000000000000000 653 0.00466803 BTC 0.18 vMB 1.99
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,603 (272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,331 912,331 000000000000000000018a7f9c78eb2cafba7e59ee6e78cc9ab477a24b2b4699 1.50 MB 3,754 1
912,330 912,330 0000000000000000000155abbdb22d48575945945907a6f45865d0fad0d122ad 1.54 MB 4,234 1
912,329 912,329 00000000000000000001e364695cb9a031f8b181cd97340e52330b9e866e3bba 1.54 MB 3,417 3
912,328 912,328 00000000000000000000eb2a134d1776414cb5de0151712669d0e53fdca08c67 1.42 MB 4,760 1
912,327 912,327 000000000000000000015816c88f5f1c09cfa4c29301378abb9b48c97f9e2c07 1.45 MB 3,945 1
912,326 912,326 000000000000000000003ee918e716c6a4e0cdb6f9f37fc260c3518fb6348dc6 1.51 MB 3,113 2
912,325 912,325 000000000000000000000c2c79e4f390517a1ff6b7d0c0b2264a77f6c1f1ebfd 1.40 MB 4,811 1
912,324 912,324 00000000000000000001a1b7d7347f8c52beff1b0494422a4df3a7c92df3d095 1.69 MB 3,211 2
912,323 912,323 0000000000000000000044c61540a1531f62845443e9b518307174b59f8414e8 0.71 MB 1,339 1
912,322 912,322 00000000000000000000ffdb938f8817acf8a41b3e67c6d3769111339a5d4b70 1.54 MB 3,141 3
912,321 912,321 00000000000000000001565be06d61f009141b96be9ae50d473cbf7c69085c6d 1.51 MB 2,871 2
912,320 912,320 00000000000000000001c11041a14d1b8d504fe7cabc9b8c186f25eadd94e0c4 1.31 MB 4,216 1
912,319 912,319 0000000000000000000102bafd8ada76ebe329c5719960804a7a5a67ac7c7ffc 0.47 MB 1,000 2
912,318 912,318 00000000000000000000012029dea5f4c37afe92688b089fc4722833b086b311 1.42 MB 5,619 0
912,317 912,317 0000000000000000000210974abbe29d06ebd87a020277386238ffe4d2ca67f9 1.44 MB 4,509 1
912,316 912,316 000000000000000000002e60eb5ed3c64857b8131833b0e54ead21cbef99a634 0.69 MB 1,172 3
912,315 912,315 00000000000000000000bdecf62116404f995bb7117a9a04dd66b76aba985cf9 1.43 MB 4,014 2
912,314 912,314 0000000000000000000098a4ddfec8678f6f8e7dbaa0b6656e503f26b34f0a19 0.22 MB 526 2
912,313 912,313 00000000000000000001284c2fb1a927b197909abcd6ab4915b1ee41a7abd529 1.42 MB 3,750 2
912,312 912,312 00000000000000000001534aab1e60870223ecf8f9a64181ee47f695a77bc290 1.61 MB 2,427 2
912,311 912,311 000000000000000000017cc8bc4e1c12370150b767813513b979cfb90ad250bd 1.55 MB 3,745 2
Previous 10 blocks ↓
Total Size: 778.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 64
    • Outgoing: 10
  • Data Transfer:
    • Sent: 26.30 GB
    • Received: 0.41 GB
  • Uptime:

Notes

  • 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.