Loading Tool

Explorer IconExplorer

Memory Pool

45,557 transactions
31.94 vMB
0.13105234 BTC
Random Selection Loading Transactions
Max Size: 162.72/200 MB

Candidate Block

Mining Attempt d3594db39eb932dfe8188bdc8ce9c8bc2aaa80f2874e3936af98f6015e94f60a
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 33cc55577a890e278466a2c4f1d336de68e868bb24c422b0fe1bb0233b2278d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,069
Size: 1.00 vMB
Total Fees: 0.06061335 BTC
Feerates: 150.41 > 6.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (867,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,706 46,706 000000000e79678ec143ed46acc850ca7b216208e84d2753ecc3d21ff763936c 1 0.00/1.00 vMB 0
46,705 46,705 0000000023ad09a4274e997dccbe114ea8913e31db478ce3eafe84d13927e296 1 0.00/1.00 vMB 0
46,704 46,704 000000001c6ba72852cec8892e369b5d8dae032430c4addd03c402331cbd79db 1 0.00/1.00 vMB 0
46,703 46,703 00000000230880b98927809438f0c7679709ef44ae2f7ab55bb2fa8888086447 1 0.00/1.00 vMB 0
46,702 46,702 00000000288807d54fec5bc6b73a613c8dd0eb32c94db404a6e818792eda522a 1 0.00/1.00 vMB 0
46,701 46,701 00000000360db3bd34359781cf7026763943b2aa119930579d1319ac3f6bcf64 1 0.00/1.00 vMB 0
46,700 46,700 000000000baf43efc50c5341db6b81cbede2090ed46f9185193ae6772f924542 1 0.00/1.00 vMB 0
46,699 46,699 000000002b7baac0e2d37c81ad2df0268af621128fb77e96523597091dec80b3 1 0.00/1.00 vMB 0
46,698 46,698 0000000012d5ded200b50306a2252c6626c4a916f70d2b826c2c5d019619b319 1 0.00/1.00 vMB 0
46,697 46,697 0000000014ff480bda19ca6e44b9c4c9f31893ac8bca7f5a1acc292153ff7d3a 1 0.00/1.00 vMB 0
46,696 46,696 00000000128c4f753882d6419164a2f6339a538dd2fc0d58d3fe6daff8e36f9c 1 0.00/1.00 vMB 0
46,695 46,695 000000002baa43d45fcadfc86a919495df5ffec95499fe092c1baac5eab8e201 1 0.00/1.00 vMB 0
46,694 46,694 000000002b1fef3dda5965371816e7d64360b9bcd5fd345efbf9ae8be0cc6650 1 0.00/1.00 vMB 0
46,693 46,693 000000002b72e882354d15171df13446a16566b2d01a8a4691097d06b821c016 1 0.00/1.00 vMB 0
46,692 46,692 000000001e32078a54c6eadb4f27ddfe0d0c7da938f9543f9e4a941716d9b708 1 0.00/1.00 vMB 0
46,691 46,691 00000000141397907b0236858c14128ca6fc918c23b24dc660a527e0415dfb5e 2 0.00/1.00 vMB 0
46,690 46,690 0000000032e1b8530a5a684ce482cd04c42ff2183ba7512c9bff1acc1c86b510 1 0.00/1.00 vMB 0
46,689 46,689 0000000012ccd6afc1dae337efa9ab50fad3839b2005047d2ec46530321c7f12 1 0.00/1.00 vMB 0
46,688 46,688 000000001a9227e6e67c63025948b2e00c407fc9e0cbc1cf9a621efbc61f3806 1 0.00/1.00 vMB 0
46,687 46,687 0000000024113f60751598e0e74d362769b410c2e2791094b04df5390305b0c9 1 0.00/1.00 vMB 0
46,686 46,686 000000003334bb0392bf7434c2a36e0c923db01e3bfe4de96aff8f4ed3acda40 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

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