Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,293 000000000000000000022b910000000000000000000000000000000000000000 798 0.00729760 BTC 0.23 vMB 2.29
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,292 (819,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,738 92,738 00000000000058473a23862639ffffcfd69047fc80ab4144f9c768804a2ba65e 0.00 MB 1 0
92,737 92,737 000000000004df576ff1547eb61ffa39ca5a73d90c31c5686639fc7ceeda16da 0.00 MB 1 0
92,736 92,736 00000000000615837a43bdec942b048bd28d48aba5d73b0c79617ccc71d56e68 0.00 MB 2 0
92,735 92,735 00000000000bb6adef42e63082b20fd2b1dc1b324c51973512a4c31f29a9986e 0.00 MB 1 0
92,734 92,734 00000000000592f5fb17c99591a752f21c9b56efdfdf6bea6323d39e02f156eb 0.00 MB 2 0
92,733 92,733 000000000009d4560e4912d3707ccbbbba85e3ca49265929de2a6ee092c590c2 0.00 MB 1 0
92,732 92,732 000000000006e50fcc40c7b51642f8900151f6af10fb93989ad5cdc128548fbe 0.00 MB 1 0
92,731 92,731 00000000000ae9c9dd1238cfa7cba15390cf63439277aa8a440ce657fbe6b7cf 0.00 MB 1 0
92,730 92,730 0000000000041856ff13ff1f16b5d8b12b7d5127835de619e1f49a59d0e6dc88 0.00 MB 1 0
92,729 92,729 000000000008363ca2f87fe7f33f2fd25e810bf5314c2405d6aa29adf062f5ed 0.00 MB 1 0
92,728 92,728 0000000000010848d30c4aaf49d5d3187c7da26da62fbbf2f31bdfb44559e0f7 0.00 MB 1 0
92,727 92,727 000000000001ace3a0857b3bdf645248237b2386d15e073665d26be0624132f0 0.00 MB 2 0
92,726 92,726 00000000000119fb703dcf06d755bef8f3aea552063b48683e98c3485be1ea78 0.00 MB 1 0
92,725 92,725 000000000003a06316f1113c42b1c602a1a224d9d862dfe1b6d73b54cb457831 0.00 MB 1 0
92,724 92,724 0000000000019d5a3dc393c73b3751a99ad759df7f4767acdadd63daad6b8d61 0.00 MB 1 0
92,723 92,723 0000000000007ca90370ec7893a2ff8ec4d9184ef7de106cdaaedd0516a6e738 0.00 MB 1 0
92,722 92,722 0000000000079e971b31748b5792429ddaf3320c5f0eb9b57e9d117f0388913f 0.00 MB 1 0
92,721 92,721 00000000000055ca63c528066535c25a13e19dc78a738b174366a9bc90d0aed0 0.00 MB 3 0
92,720 92,720 000000000008631b79a078edc58b753dbd556d586997487d3523f94ef4bdfe79 0.00 MB 2 0
92,719 92,719 000000000002ab9601d1bf2c16aaca0cde1e4db8e3264e890a81836448239de0 0.00 MB 1 0
92,718 92,718 000000000006ee61e78ec8b87847a9f69aa863268b7448915407d10ae28766eb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,541.16 GB
    • Received: 136.43 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.