Loading Tool

Explorer IconExplorer

Memory Pool

64,324 transactions
20.20 vMB
0.08322686 BTC
Random Selection Loading Transactions
Max Size: 126.52/200 MB

Candidate Block

Mining Attempt b56a67129bdc448031cf2ad86423fc5a9d8804c9019acbf361fd5bab9f982920
Version 20000000
Previous Block 00000000000000000000e9c18216a09b40d8d3b31f1de704be773267d384c3ae
Merkle Root e79d3151956a2b70da09a27fe8dfa4d324b305628ba5b11e16f157e3a26e615b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,833
Size: 1.00 vMB
Total Fees: 0.02808784 BTC
Feerates: 240.43 > 2.81 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,747 (852,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,307 63,307 000000000141f5317c2fe936476bf5a911c91571a52517e8ae64c92b595584ef 1 0.00/1.00 vMB 0
63,306 63,306 000000000b66a0003320cb83efb618db9ff445ea246957ef7597b62c1f566c46 1 0.00/1.00 vMB 0
63,305 63,305 00000000080ab92b82b849706b16a4153ff05325dedc421ceba3249289932d24 1 0.00/1.00 vMB 0
63,304 63,304 000000000575ea9461a3cae4be465f775556255b245b570fd0554b3e093a1761 2 0.00/1.00 vMB 0
63,303 63,303 000000000c7ee2b1675a068511f5e106e47837283f8d7df2a3371ca65dbf0029 2 0.00/1.00 vMB 0
63,302 63,302 0000000005525103b97aeeeed59e68ddf1f07dc6a68e4e379ded2f6d153c1da8 1 0.00/1.00 vMB 0
63,301 63,301 000000000c5d690039c277b4c87886fb82aa751484197b4c95913030eba6b960 2 0.00/1.00 vMB 0
63,300 63,300 000000000b1444048e7355011bd392ad84cc458f2bacb7aecdc3387d83df76ea 1 0.00/1.00 vMB 0
63,299 63,299 0000000003a98e5bd57c1b85501977aba96175153b575806e7eeaea3caa7950e 1 0.00/1.00 vMB 0
63,298 63,298 0000000003760bfa2ab7ba547913032044ad5bc5d29ea47c7849ffc44ac9ccf8 2 0.00/1.00 vMB 0
63,297 63,297 000000000556a178b74f37a823116d6b0510015da596bf2cd32b61bb9d5e693b 1 0.00/1.00 vMB 0
63,296 63,296 0000000006dcf67eff80ea8f69e7c1c71b4069a000be60b2d2a124a16a04a45e 1 0.00/1.00 vMB 0
63,295 63,295 0000000003d06ffca87fb71281ee07f9e4370b4c37f53cf620e7caba4e8de00c 1 0.00/1.00 vMB 0
63,294 63,294 0000000008a8b7f8ea649047090b59f049704649e4900c5fdb1990bf8995705a 1 0.00/1.00 vMB 0
63,293 63,293 0000000004b06bc1a4c47fcc79214f8344b943193fd01c6350c2ec6b7fbc4a80 1 0.00/1.00 vMB 0
63,292 63,292 000000000b85034d2f2c19674e9ac3829c5e10d9d6eba93bc7a1b3b90486cce5 2 0.00/1.00 vMB 0
63,291 63,291 000000000b0fcd79c95b87cc0d308a780ad00ad8ac435c7b1fbeae4cae5e150d 1 0.00/1.00 vMB 0
63,290 63,290 0000000002557c9133ca60b5fd70277e4bdac73acaa7ba00e52401b5c79de5fb 1 0.00/1.00 vMB 0
63,289 63,289 00000000008952ec669375e73a860c033c86116b0b8168c11830abc6505fbef3 1 0.00/1.00 vMB 0
63,288 63,288 000000000c0b7de1daf959bb2b3f9ea22c6ed465eea1ed39a1547b4690154259 1 0.00/1.00 vMB 0
63,287 63,287 0000000006b7446e488d3636123f221f89a2ea51833948a17b9db8f5f7537250 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.67 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: 777.09 GB
    • Received: 21.14 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.