Loading Tool

Explorer IconExplorer

Memory Pool

14,434 transactions
7.48 vMB
0.04041166 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.53/200 MB

Candidate Block

Mining Attempt c0306fc6ec3b26c96c8a5f4baf70cd8a158da4ef0c188093cf7ed90b21f76e64
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root 5947324562cf00f1c08630ef3ee4d57a0105dd9204b7c22490bfc373a39e1db2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,844
Size: 1.00 vMB
Total Fees: 0.02527199 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (828,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,588 84,588 00000000000c73b22d83bf62798539a16065b9701ae24fb167c9d759a54b6962 2 0.00 vMB 0
84,587 84,587 00000000001863e0f606db5ba673f95840f60a88d38755784962f567b2863ca5 2 0.00 vMB 0
84,586 84,586 0000000000162361092659e87e8820e24ee41e63dde1395f99e049e9b5f4a32e 6 0.00 vMB 0
84,585 84,585 000000000019de7353bc8857f66e5ffa82fcc44c07fe2beb95867ed84ca1ddd6 1 0.00 vMB 0
84,584 84,584 0000000000298e64507d0595ac5d413f77af84573523dfcac8acec7be8591d80 1 0.00 vMB 0
84,583 84,583 000000000021fca68ba0061efc968c0bd11d443b88b0af20ac29c04f322aa67f 1 0.00 vMB 0
84,582 84,582 000000000021db7bb650cf8bbcd9cd3a68af969ef308229046be142b2903917e 2 0.00 vMB 0
84,581 84,581 000000000021979f7d299cff2d314bc31e9937b3af7417523383769e414b08e2 9 0.01 vMB 0
84,580 84,580 00000000001d2801fe866c7b90eeadcb3855a7f04270dab14e5fbe2b67a42133 1 0.00 vMB 0
84,579 84,579 000000000012d448d609a6509cc1ce242b1b8941354fcef4a25a03b36d163752 1 0.00 vMB 0
84,578 84,578 00000000002297f039706896e6f23892e5ccebfa188942f5ad5343d97cfb793a 1 0.00 vMB 0
84,577 84,577 000000000018edf0d0a1ef6e28584a8319eb0d516e97fb1fa8fec8c119fc74f8 1 0.00 vMB 0
84,576 84,576 00000000001fec5a38b2e1d9f63bf86791887c906a3b47a57972256e32b06022 1 0.00 vMB 0
84,575 84,575 000000000024b0155f8b1512171d9c766b46906e686e0147bd1bbcb0e881edfe 1 0.00 vMB 0
84,574 84,574 0000000000047cc23b5b0a616751ead48d6b26a459bf2b71d694e3cccc12ba4d 1 0.00 vMB 0
84,573 84,573 00000000002f3d7e17e5fb943a44eda54ce8c51f7fa3035f3b25f6cfa6c99233 1 0.00 vMB 0
84,572 84,572 00000000001062ee50bfb47e14a6b30982e67e8a25117dd08b75e0990c881469 1 0.00 vMB 0
84,571 84,571 00000000000ad4679e813b922499ac50af225340e49e2cfc1eb3c1a26cf235b0 3 0.00 vMB 0
84,570 84,570 00000000001e7e5b22b4f9e7db9d15a351f006ab35343a83db5aa73bb6e158ce 2 0.00 vMB 0
84,569 84,569 00000000001588e2580c7f4fe650b1b2d1a631dd8f60aee10e0d124fe2c3eeb6 1 0.00 vMB 0
84,568 84,568 00000000000fa7691eef822bf66d6c185bc9da807f0402f6c448ba70b4a5bdcc 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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