Loading Tool

Explorer IconExplorer

Memory Pool

45,865 transactions
27.31 vMB
0.07779307 BTC
Random Selection Loading Transactions
Max Size: 144.25/200 MB

Candidate Block

Mining Attempt d9f823ceaabf22fbe0873cf98e28de364bb0f558f9125fdd8b9ac480e565fa21
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root ed9067ddc6195b4db4ef8fdbf47a3a2eb9bbdd6b6c12c5e1c4fde33f5feeb9ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.02611353 BTC
Feerates: 201.13 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (344,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
570,469 570,469 0000000000000000000d3c7ea6642fdc88c5a540b930db216520cb21add7f7bf 2,923 1.00/1.00 vMB 106
570,468 570,468 000000000000000000069fc4bd439ce0800c3e58f66cc12a8c0ec9fefc4a16b4 2,674 1.00/1.00 vMB 7
570,467 570,467 00000000000000000005e073417c3e85dd484aaa34631e67483818490fc8c9cc 2,574 1.00/1.00 vMB 15
570,466 570,466 00000000000000000006c60b6d706fb4da68307c27919fba255536e9aa98ac1b 3,131 1.00/1.00 vMB 46
570,465 570,465 00000000000000000001f8e56fbab224872eeb9ae6c4736d84fecc57b190f154 1,885 1.00/1.00 vMB 102
570,464 570,464 0000000000000000000393cde2c08699992635a2309a7e3ca30a304d5f75c644 2,886 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.