Loading Tool

Explorer IconExplorer

Memory Pool

81,825 transactions
30.83 vMB
0.08146222 BTC
Random Selection Loading Transactions
Max Size: 189.13/200 MB

Candidate Block

Mining Attempt b39737e49bd321a0af4c2ddc351a2cde1716576e9a35179526f1140da9335d04
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root ecf1ec803d3ae8c28290b0662fc6f2701a9b48394fa8093ab2d0c90d104b11b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,335
Size: 1.00 vMB
Total Fees: 0.01224091 BTC
Feerates: 151.12 > 1.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (467,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,433 447,433 00000000000000000082f0fef50a29137d1c5595f29dd98bc3f0829e70ad53c6 2,098 1.00/1.00 vMB 67
447,432 447,432 000000000000000001f8527f93615a29888a80b7c5f9c6e4fb5bd94fb2245ec3 2,391 1.00/1.00 vMB 76
447,431 447,431 0000000000000000022e7e711694302d3cd2ba9a8b60a8787bb31c61ee0ad413 2,783 1.00/1.00 vMB 109
447,430 447,430 000000000000000000c872e67d94b289e3b6bdf4f7694a3f84dcefd6415e874b 2,775 1.00/1.00 vMB 66
447,429 447,429 000000000000000002eea10b33dc9f67d394ca57a43b1311f02ebff21d411877 2,037 1.00/1.00 vMB 95
447,428 447,428 000000000000000002fd595940ed31d2284c610d67ee57691b3a7b565218eaf2 2,101 1.00/1.00 vMB 78
447,427 447,427 0000000000000000005c1d7d4c0410c47a6bdf342a3f1825a0233f7b75de3992 2,755 1.00/1.00 vMB 106
447,426 447,426 0000000000000000028d784fd93f926fe3e9abc68980e0c8d874088ad943c34c 2,364 1.00/1.00 vMB 98
447,425 447,425 000000000000000002490463939de942419907154be50b847af7167e9eafca33 1,829 1.00/1.00 vMB 70
447,424 447,424 00000000000000000104bdde32e656ac85b1957b90d4f57f88792f8b570934a5 2,357 1.00/1.00 vMB 79
447,423 447,423 000000000000000002aafa6aa939b06f8a90383be6b9a3ba9fe9212201e2480e 2,861 1.00/1.00 vMB 111
447,422 447,422 0000000000000000029de9504b32ea076fe27763db27776b5fbf0609ea3ca1b3 2,785 1.00/1.00 vMB 118
447,421 447,421 000000000000000002d0fcdf0c534ad3c70e6c1bd49a89cfa12af1adc8253f3c 2,129 0.99/1.00 vMB 64
447,420 447,420 0000000000000000010476c75d6a26bb7830502358af0e6838c87c0ae673f9c1 1,391 1.00/1.00 vMB 60
447,419 447,419 000000000000000000c0c3b7f5ed7d26014744bc8983cb2e9f4307fe571d08f6 1,396 0.91/1.00 vMB 66
447,418 447,418 00000000000000000329e71844102c2b46c9f17e2aab32cc7362d924b5ee0491 2,409 1.00/1.00 vMB 83
447,417 447,417 0000000000000000027acbfce2410ece63804ee613a0e7ec23a684bde57f8563 2,123 1.00/1.00 vMB 104
447,416 447,416 00000000000000000276b1b1f17493c79869ccc1d307112842152da4bc2a4350 1,279 1.00/1.00 vMB 75
447,415 447,415 00000000000000000116fb5d5496334221a1daf456ebdcc2db0a5e19040781f2 2,652 1.00/1.00 vMB 71
447,414 447,414 000000000000000000c59d78502b6f74a2ed4c81dab2ea0a46794ea35a3bd890 2,414 0.99/1.00 vMB 92
447,413 447,413 0000000000000000030fc4ef932181747835ffc40f4611126662e68689b29e0f 1,723 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.