Loading Tool

Explorer IconExplorer

Memory Pool

81,180 transactions
31.92 vMB
0.08239701 BTC
Random Selection Loading Transactions
Max Size: 191.63/200 MB

Candidate Block

Mining Attempt d430ed3caf6afcb65868f3c0ca7338f0dc2cfbead733d0c6af60ead7a95bb1bd
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root e01992d2a5968ccdbf180cbf3589946bd89750d7b904f151f51ed3011036dde8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,391
Size: 1.00 vMB
Total Fees: 0.01239146 BTC
Feerates: 119.03 > 1.24 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (162,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
752,434 752,434 00000000000000000007efa9e36b8ebbaabafa3b51d04a8c9d8cdd73e7d140d2 2,593 0.87/1.00 vMB 12
752,433 752,433 00000000000000000008b58622c97b960e0f5332eff14bbf6a176ac1092979a6 2,351 0.89/1.00 vMB 10
752,432 752,432 0000000000000000000869b8da0f3af650b9e8e12f95aa4e9ea0c197b0a63000 3,041 0.99/1.00 vMB 12
752,431 752,431 0000000000000000000401e9e171bf7f2111a7952e183a32e58e5bc462ece263 226 0.88/1.00 vMB 1
752,430 752,430 000000000000000000021985ec7fba90d135d1cb8f6270333d0f4ab6103158b5 2,954 1.00/1.00 vMB 13
752,429 752,429 00000000000000000000ac952ccbd8e18bd254e69f9e50792d692bb24b2fbbd8 1,921 1.00/1.00 vMB 4
752,428 752,428 0000000000000000000746fac6a25eae8e4155d99be925bc2f61e42cd341c375 2,911 1.00/1.00 vMB 16
752,427 752,427 00000000000000000007b088b692c6861cdb3fcd9d71a8fd62220fb2dfd526d9 3,215 1.00/1.00 vMB 19
752,426 752,426 000000000000000000016796e28ecbb3c40720dc747c8d2dffa47339aa7a7c6f 1,791 1.00/1.00 vMB 6
752,425 752,425 0000000000000000000010727a95aa03516c3586a04beb17d01829b70a6f0547 1,157 1.00/1.00 vMB 14
752,424 752,424 000000000000000000038c20ed47aeb533b9a45add6f1bdfc003bf88491cf785 2,262 1.00/1.00 vMB 19
752,423 752,423 00000000000000000006fd9b49607e7becebc1e72fc855fc00c58478cef4dd69 1,114 0.65/1.00 vMB 10
752,422 752,422 0000000000000000000375de09c25a53aa86e9002bde1f33fdde1a6e1e534db5 293 0.29/1.00 vMB 5
752,421 752,421 00000000000000000007c3caa78b90410245928dc81cfa1f0081544537745d15 2,160 0.98/1.00 vMB 6
752,420 752,420 00000000000000000006914e37520185d1ae9f487f89b698c0be3d835ad64039 3,168 1.00/1.00 vMB 20
752,419 752,419 0000000000000000000463b1b2b6c46168926839c3b0c15538320f7de65e996a 1,265 0.70/1.00 vMB 7
752,418 752,418 000000000000000000084496b830193e8d982bcbb1358587f42a5c002bf9ba56 442 1.00/1.00 vMB 1
752,417 752,417 00000000000000000006d25532b2a2cbe71b7d98b776beae3667fb4f1850a44f 2,822 1.00/1.00 vMB 6
752,416 752,416 00000000000000000008f7fd99065452cb935e1e3b72550663968f23ac369112 1,763 1.00/1.00 vMB 7
752,415 752,415 0000000000000000000684c1d48899fec3674ed3cd00336d58a9cf85646b8462 3,193 1.00/1.00 vMB 15
752,414 752,414 000000000000000000053a35d8a592162cfa67f7e8c3542b30198de044ddd152 3,131 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.