Loading Tool

Explorer IconExplorer

Memory Pool

79,870 transactions
25.32 vMB
0.05993544 BTC
Random Selection Loading Transactions
Max Size: 160.11/200 MB

Candidate Block

Mining Attempt c86822c445da8fe008763c4ed4343a33e707b973f3d9a7f8d1378abca74af9da
Version 20000000
Previous Block 00000000000000000001a8548a33a678fb41d42517784dd581b50b958e19e856
Merkle Root b1962fedd47123b4e7417a4caade23dea204a99a34c9a8fcde380db0c14243ce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,948
Size: 1.00 vMB
Total Fees: 0.00437648 BTC
Feerates: 51.78 > 0.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,955 (894,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
21,316 21,316 0000000002c8b5a07fda279151ce57815df7a6b8ab10bb0996e288ba01c065da 1 0.00/1.00 vMB 0
21,315 21,315 0000000090716b5e8219f86d2d4515ebb20c38c8414a3b2f895d7930f62c0072 1 0.00/1.00 vMB 0
21,314 21,314 000000008da5b790c2bdc9eb589ef876ae52ad2977ca5976e4aa7f98e8e45660 1 0.00/1.00 vMB 0
21,313 21,313 00000000e61716db5c13fe1203872895bdf9eacba9be7b23324cc5ef72805c34 1 0.00/1.00 vMB 0
21,312 21,312 00000000a49b6fc8352505a6ab09580ff769da28c4d9fbce14850d65cda4c268 1 0.00/1.00 vMB 0
21,311 21,311 00000000c57ac03435c209b1ce6f7b468bb413dde69340871583c1dd023bbe08 1 0.00/1.00 vMB 0
21,310 21,310 000000006ead5850ba5b91e38049bdf23cd2f075bfefe7702a467fc59afde583 1 0.00/1.00 vMB 0
21,309 21,309 00000000289f0fbf9301429cb3e6c390db1760478cdab751cf7a200def830699 1 0.00/1.00 vMB 0
21,308 21,308 0000000038db09f72eaa5a5de877b2a111aab56a306c51859f02531959996f42 1 0.00/1.00 vMB 0
21,307 21,307 0000000025adede66073f37421ddbea1716348e2eb25bc4431046b4c7cf22a72 1 0.00/1.00 vMB 0
21,306 21,306 00000000e68fe3e26a24e5aea81f3052b116c6aa2234dbd7c3789f4d8024a8d8 1 0.00/1.00 vMB 0
21,305 21,305 000000009a9b83040d3bbc2e4e4f438ea63e65cc10b5459cd312c6cef79ece84 1 0.00/1.00 vMB 0
21,304 21,304 00000000ece4063ed2ba277ac4961b9c8bd9d5c9528e70bae15fb96f32048329 1 0.00/1.00 vMB 0
21,303 21,303 000000006839e1e83c02149a550afcecf3d641b0b0e51532ffbe8ae477ee5b78 1 0.00/1.00 vMB 0
21,302 21,302 000000009088aa9427e437f24b6ecaa40cf4db37359bf7993aad42774bbb87e0 1 0.00/1.00 vMB 0
21,301 21,301 00000000b5fb94e576b87576cf7e428b0439676fdfa3b9eb1d2be98777f34a31 1 0.00/1.00 vMB 0
21,300 21,300 00000000dcb169c6142f18fd51610527ad929ad0b205908cc39231d78a86d073 1 0.00/1.00 vMB 0
21,299 21,299 0000000078559d913e98dae91910db4fcdc0001bdc19df2d02bba81f01827a6a 1 0.00/1.00 vMB 0
21,298 21,298 0000000068b6345bdce2a2a6d232f5d0ca8e50cb89aaae7c5bcf3c737f4d1016 1 0.00/1.00 vMB 0
21,297 21,297 000000004cd5a6e2457b47420df86f5a2d692be1607790aa30749b1a724e7092 1 0.00/1.00 vMB 0
21,296 21,296 000000008f7311813ebbd1d39a1986fb2ff0f20422284394274587cc62a0e944 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.04 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: 801.32 GB
    • Received: 22.86 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.