Loading Tool

Explorer IconExplorer

Memory Pool

85,367 transactions
31.95 vMB
0.19889586 BTC
Random Selection Loading Transactions
Max Size: 189.87/200 MB

Candidate Block

Mining Attempt dc4f71a04778d4a0003e86ba6d7a54eab6b1d149f7e0cde69f35582760d5267e
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 89d3b60aaecf27cf317352addec4c433d3a64e688ab44e0e4f41c0e9f6e52339
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.07707901 BTC
Feerates: 301.64 > 7.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (289,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,804 625,804 000000000000000000058856cbb15341dfe4698bd02b26af70a4aab41cfd46ef 2,748 1.00/1.00 vMB 26
625,803 625,803 00000000000000000004ae985a2e93ba0798daac622f31683bbf259efa53424c 1,348 1.00/1.00 vMB 10
625,802 625,802 0000000000000000000f48c6f081e6279e97d9e9e11c71fa767571c5f460afe8 1,892 1.00/1.00 vMB 16
625,801 625,801 0000000000000000000cd3fb2dfe46216dc9db0ee68c50ca1397df8144ee3ad1 1,207 0.73/1.00 vMB 2
625,800 625,800 000000000000000000050eb57a6c1b4b5803c0b53c29a523393866c7b0455c27 2,734 1.00/1.00 vMB 10
625,799 625,799 00000000000000000010c763b469ece4cb262b6637ad95d433a8e305153e94ca 2,470 1.00/1.00 vMB 22
625,798 625,798 00000000000000000000aac581a90326a3509f0e037d96b9781da6c017fb3fad 2,253 1.00/1.00 vMB 9
625,797 625,797 00000000000000000006f977e58e4868af870f13ff146f92fa342bf308422830 2,551 1.00/1.00 vMB 6
625,796 625,796 0000000000000000000eef9ad48d3a3614418da7695ea3533e6f368fab837cdb 2,325 1.00/1.00 vMB 25
625,795 625,795 00000000000000000002d4c361b1f1951c251b67fd82ece85adbf236513a4ef5 2,135 0.81/1.00 vMB 8
625,794 625,794 0000000000000000000f5ce828062d57314e4727663e8073ac53eb152f108a7a 3,031 1.00/1.00 vMB 17
625,793 625,793 00000000000000000003d4cd5d881491382600179506e8e9bd1826335f7ee1e5 954 1.00/1.00 vMB 6
625,792 625,792 000000000000000000084fe9e0f165fca3d1fe755c4c9e34aa5dc8fa9f78ac5c 2,576 1.00/1.00 vMB 10
625,791 625,791 0000000000000000000fc6b6b78258f5fd19effaec60794c85435cca93afb30f 2,983 1.00/1.00 vMB 16
625,790 625,790 000000000000000000007d304e207693dd95cf0187f9914f874461710dcef9a2 2,507 1.00/1.00 vMB 23
625,789 625,789 000000000000000000029ebb746971e17f82b3d220af487db9b175a372513f19 2,325 1.00/1.00 vMB 12
625,788 625,788 00000000000000000012f2432f539fc44005fa08298660580158890c20a7b4a3 2,954 1.00/1.00 vMB 18
625,787 625,787 0000000000000000000ef10b977e8ac8d00d5a1b7c782085987f132274c76ed1 2,706 1.00/1.00 vMB 26
625,786 625,786 000000000000000000061c2d269da253deb68bd7f97bfdd586134d8aa5cfd9bf 720 0.25/1.00 vMB 14
625,785 625,785 0000000000000000001239aa0d7a9cdeea3a48e66b2ceca6b86ff3a9fb07f5ca 2,774 1.00/1.00 vMB 7
625,784 625,784 0000000000000000000789f2e5c6f7ba815045c68dcaa11a17e0e0a2d104e5d9 2,871 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.65 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: 672.64 GB
    • Received: 16.29 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.