Loading Tool

Explorer IconExplorer

Memory Pool

78,079 transactions
29.03 vMB
0.07655665 BTC
Random Selection Loading Transactions
Max Size: 175.88/200 MB

Candidate Block

Mining Attempt 1a70f53cccfa6733b958fb3abd99544a5d97cf5c7603896fa7dfa2592381c3d4
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root ca490a3263fb04eb9e70c341046674d63db2be2baca1912b98748f0c548c514f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,158
Size: 1.00 vMB
Total Fees: 0.01588135 BTC
Feerates: 299.43 > 1.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (539,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,546 375,546 00000000000000000d7bc4a403b551c5bfbf5e3080f1b6c91ad8286d069a87d5 891 0.46/1.00 vMB 40
375,545 375,545 0000000000000000104b3d552ab3b140f6cb2b786645879cbdb9d61e2fcc2a08 507 0.40/1.00 vMB 24
375,544 375,544 00000000000000000f36be4e707ed80e86e1b2bc582f8a30b1774bc01f3b4c20 1 0.00/1.00 vMB 0
375,543 375,543 00000000000000000d07f73b392335ca46bafa1cade0e64f92221f86111b3ae9 299 0.14/1.00 vMB 32
375,542 375,542 00000000000000000a30946e80cdf5dd51d36b58180f73ae0990ce3e107d9e25 1,084 0.54/1.00 vMB 36
375,541 375,541 00000000000000000b73d51f3e495cf747b025adb17a9b1ed228a76af24a4e64 1,483 0.67/1.00 vMB 41
375,540 375,540 00000000000000000d58725eef6cb1f1da42a4731b1a7dbb23b959231d3fc375 1,699 0.87/1.00 vMB 39
375,539 375,539 000000000000000002f102e83898a2cfa3e750ed60fb1b4ca3dda1c516ca3739 945 0.53/1.00 vMB 34
375,538 375,538 000000000000000008675adae443fef22188d1e8cab00c3111f51ce19cb607eb 2 0.00/1.00 vMB 0
375,537 375,537 000000000000000000230f3fb9dd1a06e03899d0dc2023f2d0b0f695d9cc2547 448 0.35/1.00 vMB 26
375,536 375,536 00000000000000000afd82c61ef0f69ab5fe862b5b0497761329d5ff70840da6 662 0.55/1.00 vMB 26
375,535 375,535 000000000000000006dad7687ad468140e39685088ffc3107909f1ccbee9a956 236 0.22/1.00 vMB 12
375,534 375,534 00000000000000000c2f249de0c91b3a2d116fd51746201d99a8889e42b1c9dc 1,929 0.91/1.00 vMB 41
375,533 375,533 000000000000000011b51daa326ee4ea372cf70b3c153a4a31a488583d40dc84 103 0.07/1.00 vMB 25
375,532 375,532 00000000000000000909d11d62b66be1824a369f2e9530353ae559d1f6791854 411 0.24/1.00 vMB 35
375,531 375,531 00000000000000000584d59b929ca926c453a49b9cb26afd508f2c138581d0c3 467 0.35/1.00 vMB 25
375,530 375,530 00000000000000000742ceaf14ccb258203d06cd7e7381593bc1f87b7a1f5a90 1,610 0.93/1.00 vMB 29
375,529 375,529 000000000000000008d7c21a52d448971d9d0d85fce05ee49aae0c109241080f 2,455 0.93/1.00 vMB 24
375,528 375,528 0000000000000000060e4acc73b9093abcb8864f64256b633b44bbb853e096e5 779 0.38/1.00 vMB 42
375,527 375,527 000000000000000006a185ed78146bcea7c7c2dea35e0dff147d6a06a88cf0d3 721 0.56/1.00 vMB 24
375,526 375,526 00000000000000000569843a8f97fc5892dc229cfc0733a95c4a7056d9d19dd0 173 0.10/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 669.88 GB
    • Received: 15.78 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.