Loading Tool

Explorer IconExplorer

Memory Pool

79,920 transactions
29.72 vMB
0.09103766 BTC
Random Selection Loading Transactions
Max Size: 179.56/200 MB

Candidate Block

Mining Attempt 9f7d259d32f8c5fed1e632c2619c22a38a2aba33200f355fa2ce4938c1b5a16f
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root e68dd5d80ea5714e946fb08cd311291cea93a8abea410cc5325d163957f3752a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,860
Size: 1.00 vMB
Total Fees: 0.02708900 BTC
Feerates: 100.11 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (467,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,372 447,372 00000000000000000015e51e692e0a19598c54cf6614e2d00f45d10e266a8d4b 2,187 1.00/1.00 vMB 73
447,371 447,371 0000000000000000032c33655502225d50a306e859735653730c24dcac9a3843 2,183 1.00/1.00 vMB 106
447,370 447,370 00000000000000000231124bf13efa34aa46327096d9c2de2865535fa5efc322 2,290 0.93/1.00 vMB 109
447,369 447,369 000000000000000001c5b0640bdd6f2df9c4afadc5474761fad580544c63ccf1 2,517 1.00/1.00 vMB 82
447,368 447,368 000000000000000001fd35d6614f76ebea2b1434c6c897fcddec37aab870a53c 2,470 1.00/1.00 vMB 111
447,367 447,367 000000000000000000f5dd11a1b8e826e93b33835891c3fc95e2672ccb57cd0a 2,626 1.00/1.00 vMB 101
447,366 447,366 0000000000000000024af11ca8db32399e70bbf4b8279c7f113804d5589dd36e 2,354 1.00/1.00 vMB 85
447,365 447,365 0000000000000000013eb5fe581c9da97b9363c1631ae328330c3f7378268268 2,867 1.00/1.00 vMB 105
447,364 447,364 0000000000000000006fbdd054b37c006d15abb323abb7c4fef62d109f4e901c 2,292 1.00/1.00 vMB 78
447,363 447,363 00000000000000000297fba924cebcd092974dfb30691af961f96bc92eec177b 1,816 1.00/1.00 vMB 82
447,362 447,362 0000000000000000017d0d85b9d15f1b4dc2e328b112c59f38584202358d23a8 2,018 1.00/1.00 vMB 73
447,361 447,361 00000000000000000114cbdf6bc9eb6691faf27bc7c2f990f45522304fc4d9df 1,971 1.00/1.00 vMB 100
447,360 447,360 00000000000000000237a6cd0c5aa660e11d1ea425aee020e97907feec8818d5 1,898 1.00/1.00 vMB 103
447,359 447,359 00000000000000000352f0b08bb47789d5252c78cfb0085c95a0f56384c05e3e 2,373 1.00/1.00 vMB 108
447,358 447,358 000000000000000002d6bfc8037d4b7c0514bb16d38ecca6ed52bc127c7907c0 2,785 0.93/1.00 vMB 109
447,357 447,357 0000000000000000000b118e0111a8beab0cbe056c50b94f15f21c6c1c96c9c2 2,808 1.00/1.00 vMB 96
447,356 447,356 0000000000000000033f791f4831c315c4cc340ec7e1914434852a2c1f44c2de 3,093 1.00/1.00 vMB 141
447,355 447,355 000000000000000002f01145dd6ac6807c324d75d3a2d602789527c0d0801d03 1,629 1.00/1.00 vMB 56
447,354 447,354 0000000000000000012f7c76d3d8fadb14442d29ccd0717ce78a48e4b48fa91b 659 0.60/1.00 vMB 26
447,353 447,353 0000000000000000018d1353d08f42f33745b752fe284c1aeda0bea4a24fbb3b 2,116 1.00/1.00 vMB 67
447,352 447,352 0000000000000000019cc796b9d5783661b987a5ccc07d54f5d2e954397db12a 2,284 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.