Loading Tool

Explorer IconExplorer

Memory Pool

44,080 transactions
26.55 vMB
0.06136401 BTC
Random Selection Loading Transactions
Max Size: 139.99/200 MB

Candidate Block

Mining Attempt 1ab0e646eed79b7b63c389e559393d6762ac341a0732fc9541578017195f0cc1
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 1c348397b5f3223abcd4fc232a1450849fbda5911869878c358cc1e467feb6a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,288
Size: 1.00 vMB
Total Fees: 0.01259588 BTC
Feerates: 83.62 > 1.26 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (344,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,490 570,490 00000000000000000012991c61861ec0f37b266a227ab6740c9b6d28a7567d62 1,902 1.00/1.00 vMB 6
570,489 570,489 0000000000000000001276e0c879dcede615f16a7612422a1ca8ffbbcadbc7c6 2,738 1.00/1.00 vMB 71
570,488 570,488 00000000000000000012df73f88d3e94531a7fe169a9593e71a88b95fd12737c 2,779 1.00/1.00 vMB 39
570,487 570,487 0000000000000000002043e12b76275d8442b60c87e35698ae3ba6281f07cd2d 3,002 1.00/1.00 vMB 111
570,486 570,486 0000000000000000000b065b52279182968e6d791b3eb043894a239be1c7e64f 2,404 1.00/1.00 vMB 16
570,485 570,485 00000000000000000016ae6070a6a2de58a42311254bcaef3be55282ce594c4d 3,388 1.00/1.00 vMB 13
570,484 570,484 00000000000000000027aac1a53daaf87dd8f241665ea93645e5b817e42f98ba 3,153 1.00/1.00 vMB 145
570,483 570,483 0000000000000000000a13e128c4b3b0baea757ba1abdfee49848ca4329187fa 3,115 1.00/1.00 vMB 101
570,482 570,482 00000000000000000026e70fa5a748572ae366996046634fcd47d74f7feb0bd5 1,264 1.00/1.00 vMB 6
570,481 570,481 000000000000000000168293c64906c84f6a47c2cef54d3cd621769c35b8e096 2,905 1.00/1.00 vMB 11
570,480 570,480 0000000000000000001bd5c68614f0f00baca9de01cd5c4024bece12c5a6fa1b 2,687 1.00/1.00 vMB 36
570,479 570,479 0000000000000000000b2768ace34cf699e6621de73294c0606f583a8d81bf53 3,107 1.00/1.00 vMB 24
570,478 570,478 00000000000000000024901f113dfb103b0c04d2f755279230c741a3bee51138 3,116 1.00/1.00 vMB 94
570,477 570,477 000000000000000000087b2af4c05ba4c0367463d9e9e42dc3e2472e9e847736 2,866 1.00/1.00 vMB 79
570,476 570,476 0000000000000000001756827edec9d0cab40c3f7e262045782c8c6e31e62dba 2,967 1.00/1.00 vMB 87
570,475 570,475 0000000000000000001b6a171b9ecc0cdeb9a1043ead5c8afd5497df2dbd1a75 3,217 1.00/1.00 vMB 71
570,474 570,474 0000000000000000000f30d8008a78ec535cbd8e60db58e912d9f9ec0384dc5c 1,390 1.00/1.00 vMB 130
570,473 570,473 0000000000000000000678be534fbcac3ad6e4124851ba6318af9b06c2e7675e 1,759 1.00/1.00 vMB 183
570,472 570,472 00000000000000000017c2e54d840b85f66bfc155b6afee270f78d492a7af13c 2,912 1.00/1.00 vMB 42
570,471 570,471 00000000000000000000ad2ce8ba1fdddac1f5d0a874865bdf3c517e9814c296 2,894 1.00/1.00 vMB 7
570,470 570,470 0000000000000000002356aac69773c7b2418cd2bcdf88ea0cd50b05052d8993 2,747 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.96 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: 647.62 GB
    • Received: 12.96 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.