Loading Tool

Explorer IconExplorer

Memory Pool

41,264 transactions
32.59 vMB
0.11531624 BTC
Random Selection Loading Transactions
Max Size: 162.36/200 MB

Candidate Block

Mining Attempt 4909a11a5478c9be6e61e09f59562a08f695ac5c216255917f148f651ce1e44d
Version 20000000
Previous Block 0000000000000000000153f71b7f7eccbb10249914947240c1efe2db5faaa00d
Merkle Root 5292dbf502b02d5ed38b6624af1e6554b577590ca9e8fe5667e5bdc75f91f38f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,539
Size: 1.00 vMB
Total Fees: 0.04469106 BTC
Feerates: 393.72 > 4.48 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,331 (813,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,537 100,537 000000000002f9cf7df794adf1e234413253912dfe82d101e85b0812d7d191a3 5 0.00/1.00 vMB 0
100,536 100,536 000000000001e623e8e9c93d79f72e14c7a90c6a03b497094c53b3fba90a738b 12 0.00/1.00 vMB 0
100,535 100,535 000000000003ede211848d00b5d3d66c60b15db61341b3efc3ce58ddbf6dd17d 1 0.00/1.00 vMB 0
100,534 100,534 0000000000017f4033f39bcaf4665cbe70df0fd404948e566ff44b4de9acaaec 1 0.00/1.00 vMB 0
100,533 100,533 0000000000030c662ed0fb7baed46ed7da62e5b295b194840295ce61247af684 4 0.00/1.00 vMB 0
100,532 100,532 000000000003de85c625fdfbf031e4912693f0d287a4b4496287fde9f649f6b4 6 0.00/1.00 vMB 0
100,531 100,531 00000000000424f2de8a1c36f31d4e29dfdc4cf5ec61f91ed76c45a616be4283 2 0.00/1.00 vMB 0
100,530 100,530 0000000000048003616210bc749292a4ac317d6dc09cf833caf378dddb998f8d 4 0.00/1.00 vMB 0
100,529 100,529 000000000001edae1f60bf2ccf0d614d444e081ca857af15c00d263e52f1be8d 7 0.00/1.00 vMB 0
100,528 100,528 0000000000026ce4709184d286070b71161b5080204f7d23a45a48b230f37521 7 0.00/1.00 vMB 0
100,527 100,527 000000000001b4c6d6ee0dc77722129564c7fcf802d8f3377808e5a2f6cc11ac 4 0.00/1.00 vMB 0
100,526 100,526 0000000000041e460d891fc6731e29517aeb84cd7cbc6c5049b93726c4ae7918 6 0.00/1.00 vMB 0
100,525 100,525 0000000000007cf0823dc322ba8515439b9ffee3fbcfa018d8cca9d1f238b8c5 6 0.00/1.00 vMB 0
100,524 100,524 000000000001e6f163ccc850eaf31e1106eb9de6507607d3e0845c2f9ae102e2 1 0.00/1.00 vMB 0
100,523 100,523 000000000000c29f5d836ae3453aba75719b5c245a7011636a43c60aababacc3 8 0.00/1.00 vMB 0
100,522 100,522 0000000000014eb9af9838703170cbb3c2312aeba23c9a1114f796bf9e81860c 1 0.00/1.00 vMB 0
100,521 100,521 000000000002681a97819d7e97b588ef2d0e1acaed3df5dc9e23a20d588564c9 4 0.00/1.00 vMB 0
100,520 100,520 000000000002051b5d68357d75a1ab3a3e630d3ce8026f5d82072800ef5c942d 5 0.00/1.00 vMB 0
100,519 100,519 000000000002e7f8900becda768a1d9b884d56ebd966fc1e04483cd3c6f6286d 4 0.00/1.00 vMB 0
100,518 100,518 00000000000133dae1a73a4749962716b59fd24048c870fd9749151e82552001 9 0.00/1.00 vMB 0
100,517 100,517 0000000000029c8c9ea9b72f6f1cb3c8f7fc98c3b23845d22b282acf134e62f8 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 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: 583.16 GB
    • Received: 9.34 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.