Loading Tool

Explorer IconExplorer

Memory Pool

82,839 transactions
30.70 vMB
0.13896816 BTC
Random Selection Loading Transactions
Max Size: 184.99/200 MB

Candidate Block

Mining Attempt 9850f0d9b133654f89a4f600136ee8b3fccfd4b5dcabb862e4d4e64381373a81
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 70bda640dfa92251b5fb68e2d640b6a2461bbf7be241cf4273e0c5db9c2dee48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.07408538 BTC
Feerates: 203.60 > 7.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (805,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,346 109,346 0000000000015fc0ce072417cf8bf5316734266c98c3c81b124618e3e7177bb6 10 0.00/1.00 vMB 0
109,345 109,345 0000000000016a3e7ed05d14b8c659c106bcafe56ee66fa684534eb3c94c6b79 4 0.00/1.00 vMB 0
109,344 109,344 0000000000015352f2be78f9523aaa3fe4b4d295bd3ae8f6d77099cfba096532 7 0.00/1.00 vMB 0
109,343 109,343 0000000000017ea1bbc9ce36a1424b544e58af9a1605d7603750de31e91b98eb 11 0.00/1.00 vMB 0
109,342 109,342 00000000000192c5f2f701421b6bb66ed11db7938e52f004acce820039969980 11 0.00/1.00 vMB 0
109,341 109,341 00000000000192a1eb188adf25eca0c57036570b084ad741f541d755c3536fde 11 0.00/1.00 vMB 0
109,340 109,340 000000000000f8d7c934e2dea9eca717a743e0cbe7d7cd94802618be4999ed65 12 0.00/1.00 vMB 0
109,339 109,339 0000000000002a9758f41d746eef4334810e2cf932d4c319e03fea52a6b75105 11 0.00/1.00 vMB 0
109,338 109,338 0000000000012435131fdcaf0c40a1ebb88563e3ccec2e33036d0738f9acdc10 50 0.01/1.00 vMB 0
109,337 109,337 0000000000015bb7b4fc904eaafc6464940a4fdc7536b0a0e37b6a7a27042dc5 1 0.00/1.00 vMB 0
109,336 109,336 000000000000b0b006db58e16ed34837ded9ccf61f12441ea87f10477c048c8b 5 0.00/1.00 vMB 0
109,335 109,335 000000000001a6c6d6813f80a7c64d36531efb88450e0e24731bf2140b9b5178 3 0.00/1.00 vMB 0
109,334 109,334 0000000000000135974bc75b175961b232775fdbc0419bd8b5ae2ddfef61cfe3 3 0.00/1.00 vMB 0
109,333 109,333 000000000000dc58b5b7d048c228929c965b8c1bfbac6dd161292565f04640cb 5 0.00/1.00 vMB 0
109,332 109,332 00000000000023bce9eb9eeac8ca33f729d5a6cf0688aca0c3e83e0a8c887032 5 0.00/1.00 vMB 0
109,331 109,331 000000000001964f15a3f487b1f41f9122c77ce7c549629b2f65b4357baa3253 8 0.00/1.00 vMB 0
109,330 109,330 000000000000ed135a928349c1af424a34fbe2031d09096f98bcaf49105c2167 11 0.00/1.00 vMB 0
109,329 109,329 000000000000ee7f2e0d25df087dd72c11a233ddac782ed563241dfae7c91c1f 1 0.00/1.00 vMB 0
109,328 109,328 0000000000015c9fa3f56ef13cd784f0ca1a5cd30820bed5cee7c4a4f50400a2 4 0.00/1.00 vMB 0
109,327 109,327 00000000000178b6b25945e35917892adeee3ba6f59fb1682f46c693bec1a5cb 8 0.00/1.00 vMB 0
109,326 109,326 00000000000100e0543f55b02db29efa03695291d334a0565f1f3d5cd2a60786 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.