Loading Tool

Explorer IconExplorer

Memory Pool

53,148 transactions
31.48 vMB
0.18251511 BTC
Random Selection Loading Transactions
Max Size: 169.17/200 MB

Candidate Block

Mining Attempt 7585963a26cd227a77e4a80d6d25b55a8a12f8713fed78a85cc0339c13b6a3d2
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 2d7a0e304a0c6592e589362a41c866bbbdec4918afcfce4b2936327d87a94399
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,266
Size: 1.00 vMB
Total Fees: 0.09672759 BTC
Feerates: 477.45 > 9.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (50,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,743 864,743 00000000000000000002a00a335c7d2df747e18515c43458df46194fd6033a90 2,714 1.00/1.00 vMB 5
864,742 864,742 00000000000000000002a6f3a036b6c538dc5edd5b7df42d73dcd302f87b2ec6 3,793 1.00/1.00 vMB 5
864,741 864,741 00000000000000000001fcda26631a6f914e396f56a76d75655d7f596fcdaab3 510 1.00/1.00 vMB 2
864,740 864,740 00000000000000000002363bcfeb22b44218af220037ec573db51141c96b73c6 2,091 1.00/1.00 vMB 3
864,739 864,739 0000000000000000000029b09de4a8f282e5d077bd51453e78f9d8df645095b6 1,978 1.00/1.00 vMB 3
864,738 864,738 00000000000000000001680e5f95869739917bd86450cfa5358391e424232595 2,931 1.00/1.00 vMB 4
864,737 864,737 00000000000000000000b27fdf87d91c2b925fbe33884e9aa14d8c0f1edff62d 4,426 1.00/1.00 vMB 3
864,736 864,736 0000000000000000000002a05044e65c6c9803ed1129971fee55c3eecee637c1 3,637 1.00/1.00 vMB 4
864,735 864,735 000000000000000000007bee4948a7d92e14cc822effb1aee8541fa7f8784ad2 2,939 1.00/1.00 vMB 5
864,734 864,734 0000000000000000000066154805132da36ef3e961b0496e1826121a7f8ae744 2,411 1.00/1.00 vMB 6
864,733 864,733 000000000000000000028f03b51124fc6e9e29fc5ba661caa631e2f90359e29f 3,194 1.00/1.00 vMB 12
864,732 864,732 00000000000000000000ffa9ab62703fcff5a55ad896d430b672f0ff71572443 3,464 1.00/1.00 vMB 6
864,731 864,731 00000000000000000000d02281f6cb63589da91f99b6fc50ba585f1435a36adf 3,608 1.00/1.00 vMB 8
864,730 864,730 000000000000000000008e3eb1d33de1dc19a01fd7202fce587b98e873c7e1e7 3,098 1.00/1.00 vMB 5
864,729 864,729 0000000000000000000134b7a9c5c0a799559e43c04aa40ae09a29e34de08a34 3,613 1.00/1.00 vMB 15
864,728 864,728 00000000000000000001470be19d6431b8eb26513c058a1a523c74960422086c 4,840 1.00/1.00 vMB 5
864,727 864,727 0000000000000000000320adf324ce12b246581fe482abe818c3dbd9b5c43108 4,165 1.00/1.00 vMB 6
864,726 864,726 00000000000000000001f029aa30d183ac4992133c3343b35d6165501f6c85b8 3,834 1.00/1.00 vMB 10
864,725 864,725 0000000000000000000083e36bf83da75f8b6fe22ac41a92eecf1b8f428c6b95 5,335 1.00/1.00 vMB 5
864,724 864,724 0000000000000000000111f113862f0195cb4ce85e4685bf662f99bf799e2a69 4,092 1.00/1.00 vMB 10
864,723 864,723 00000000000000000001b318ae1f7e4526e0677e7f28d59df1ac0eab3b107ee0 4,452 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.32 GB
    • Received: 13.54 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.