Loading Tool

Explorer IconExplorer

Memory Pool

41,895 transactions
28.98 vMB
0.07078046 BTC
Random Selection Loading Transactions
Max Size: 148.51/200 MB

Candidate Block

Mining Attempt 89134a3908e0a5c25cc44312e86f519b203c7d755ae1625d52e1bd85738929d7
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 3b5fe63af39da9cdd23a2de8b4e7fb4eae8260fba129545d9c63c0322e3da81b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,712
Size: 1.00 vMB
Total Fees: 0.01434673 BTC
Feerates: 100.36 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (456,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,378 458,378 0000000000000000018474cf409a4b04f89d38c20b0e8d777454d0ca8d05a6ea 1,388 1.00/1.00 vMB 89
458,377 458,377 000000000000000000d184ef465c59ae4a82c9356ce5d5b1559b4e24b688ee31 2,297 1.00/1.00 vMB 193
458,376 458,376 00000000000000000011514d841c537948f0a43c0989d628ee5d36d62178ea74 1,131 1.00/1.00 vMB 89
458,375 458,375 000000000000000001d2cd49b2c98c4256eaded37f4d32610375c524dd225710 2,004 1.00/1.00 vMB 143
458,374 458,374 000000000000000000905b24717f185e3b7cb5e5872be859e07531828013115c 1,304 1.00/1.00 vMB 102
458,373 458,373 0000000000000000008843cfe3b17f9955f42108e8912d88f2c89692758ebadf 2,186 1.00/1.00 vMB 184
458,372 458,372 000000000000000001576ef671b8e1f6b5facd69ca7e5c74ed60b665d2a8733f 2,149 1.00/1.00 vMB 158
458,371 458,371 0000000000000000001b94937d817adaef3f551d15563481741d061c754de5b3 1,978 1.00/1.00 vMB 203
458,370 458,370 000000000000000001f7ff00614918267ecd07fe6f9cbd0d8a7d2a35a8056b17 2,299 1.00/1.00 vMB 173
458,369 458,369 0000000000000000011be7f397983a2e0edeac04d88a961809bff7f063d8338d 2,571 1.00/1.00 vMB 216
458,368 458,368 000000000000000000f1a9b55e6a4dc570b140de72b18f5dc47d9ea485b90277 2,163 1.00/1.00 vMB 111
458,367 458,367 0000000000000000013e587d3f39a789a93533aa6da047c347d146f0588eadea 2,080 1.00/1.00 vMB 192
458,366 458,366 00000000000000000209f0d7f85329386e9f1e12e2b300a366afc1ad1ba8f297 1,125 1.00/1.00 vMB 98
458,365 458,365 000000000000000001a5b1c748a44ede4d984f41683896e2e108c3203e4d3341 1,114 1.00/1.00 vMB 122
458,364 458,364 0000000000000000004ea7511169786d577435622823638dfcaf7cc76b613af7 1,932 1.00/1.00 vMB 142
458,363 458,363 0000000000000000023743de0e52fab9c3b7238824d5341f9b021623d6638dd9 1,767 1.00/1.00 vMB 165
458,362 458,362 0000000000000000000104b3c2dfb2a508879aed3683e866ad05c6555d07b888 2,017 1.00/1.00 vMB 180
458,361 458,361 00000000000000000047c4ae168de907d00949980510435a6c91be27e96003a9 2,114 1.00/1.00 vMB 237
458,360 458,360 00000000000000000156a04ff6a75ae5d26b83d1bc79a7e7ea5c14b7289cc466 1,507 1.00/1.00 vMB 143
458,359 458,359 0000000000000000004e533627e8da91c68e7047e313bb4895df3753ee6909c2 1,714 1.00/1.00 vMB 138
458,358 458,358 0000000000000000000dc3d62358ce5939b1ae5072bcbe9523c363b5ed8ed4ff 2,797 1.00/1.00 vMB 232
Previous 10 blocks ↓
Total Size: 781.71 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: 629.30 GB
    • Received: 11.90 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.