Loading Tool

Explorer IconExplorer

Memory Pool

44,866 transactions
26.51 vMB
0.05352194 BTC
Random Selection Loading Transactions
Max Size: 140.52/200 MB

Candidate Block

Mining Attempt 1066c6ba9e1aa86ab999cd99d98439b756392cb63a538dc28c0b7e6fcdcb2bc3
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 4343ecc8558069bfd7e0c9764d55770a7c0bbfcfeb93c9f372e760b728f68182
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,378
Size: 1.00 vMB
Total Fees: 0.00493465 BTC
Feerates: 40.21 > 0.49 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (482,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,708 432,708 000000000000000003fb684ec9f8bc8b27a54620c535f128f926b2896e9181be 919 0.96/1.00 vMB 18
432,707 432,707 000000000000000004036e39bd69b09131f852f13e7f99804b67134757070e2e 1,698 1.00/1.00 vMB 45
432,706 432,706 000000000000000001957aa2a4e025ef00c3f112070039bd0b8cbb4665dc1a5e 2,360 1.00/1.00 vMB 70
432,705 432,705 000000000000000001e5551c49bb1fa6e8d7a343621567a82e69cb7151f374ab 2,068 1.00/1.00 vMB 34
432,704 432,704 000000000000000003ea5ca43f33080f5b9d7e7224979dcf758d380f4c63706c 1,121 1.00/1.00 vMB 34
432,703 432,703 00000000000000000358e2695c4bab6f704cc2905902038b09c9e63e94ae05c6 1,686 1.00/1.00 vMB 41
432,702 432,702 000000000000000000b678d75eef4234cb04cea4f6324830e7d11ca99aa2f326 2,655 1.00/1.00 vMB 67
432,701 432,701 0000000000000000036a711cf1b7748ea0e69c7e4c2d260da7c58cea89e05064 2,033 1.00/1.00 vMB 69
432,700 432,700 0000000000000000044ddd3818966b7c57247103116e1aa4873e28cc05246918 2,056 1.00/1.00 vMB 70
432,699 432,699 0000000000000000023eb777a2287c6321ad02786529f9211284f2cdd0354240 1,674 1.00/1.00 vMB 31
432,698 432,698 00000000000000000114db6b660e3ec40d010874eb76592af55485b143eeade7 1,965 1.00/1.00 vMB 53
432,697 432,697 000000000000000002bed2da5f4fc46df752dc5c63937d42e84eec6cd7ccd01b 2,497 1.00/1.00 vMB 67
432,696 432,696 000000000000000004298cc1d02a3b2928a38a887f33c2f1af9b2a35981adfe7 2,163 1.00/1.00 vMB 45
432,695 432,695 00000000000000000344dd795654c9de9fdf6affaf02c4e804ee7e93752814d6 2,304 0.93/1.00 vMB 52
432,694 432,694 0000000000000000016215badb4598753972812cec778ce37f6dfeb738ec6bd2 653 0.24/1.00 vMB 93
432,693 432,693 000000000000000003303fcc48369976f1b9290b1c7b12f5bb29382db7955fca 2,960 1.00/1.00 vMB 73
432,692 432,692 000000000000000000f6f2d7ec1f8b7a7b2eb92aa5f97c0c723cc5f3d5c60568 2,411 1.00/1.00 vMB 59
432,691 432,691 0000000000000000034c19e93b972a481745727c4339ecbac686a07f2bc22823 2,582 1.00/1.00 vMB 87
432,690 432,690 000000000000000003c7efc165ff637f7e136a159c7ab6c7b08b3b45e7c100b0 2,774 1.00/1.00 vMB 93
432,689 432,689 000000000000000003cfd4cb3a859f73499d203fb41a8d49d09563f510b6f4a1 1,977 1.00/1.00 vMB 52
432,688 432,688 00000000000000000374725b19aca3c8eb59a1826ee379f5b53bbc8eb9fe2c0d 2,027 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.08 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.