Loading Tool

Explorer IconExplorer

Memory Pool

82,618 transactions
30.39 vMB
0.10514106 BTC
Random Selection Loading Transactions
Max Size: 183.24/200 MB

Candidate Block

Mining Attempt 30c089ed2f807b1ccef960092752459ea5327a18a8c8a75725bc2efcc23c2c55
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 9ec0607263cb49feba4b8a53c906930e3418e147127553f7148ac551eda9e3b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.04274455 BTC
Feerates: 526.32 > 4.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (434,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,675 480,675 000000000000000000e8d992343eec0ac1ef1e58a72da2d2e7134fc6b7224d33 1,803 0.75/1.00 vMB 234
480,674 480,674 00000000000000000055ffcc58ba49fe772b3d1f0bb8f512afed6199b9a7a060 2,170 1.00/1.00 vMB 275
480,673 480,673 0000000000000000000f7a42a1b9fe7b7cec25707bd4647d53cc69e30017e5d8 2,193 1.00/1.00 vMB 272
480,672 480,672 00000000000000000054625f37686cecd19d5e3ca96c35cfc6e8e001639faa68 2,609 1.00/1.00 vMB 290
480,671 480,671 000000000000000000f577d8afa9a3a3fc5caab99a2e891a5b085e4be91aa271 2,067 1.00/1.00 vMB 258
480,670 480,670 0000000000000000006bd5292b5027a9a7886b079b02233fde43c3154f772f28 1,824 1.00/1.00 vMB 246
480,669 480,669 0000000000000000002045dc9888521ca5e2b01938d7ffe66db530db6f32b4b1 2,342 1.00/1.00 vMB 296
480,668 480,668 000000000000000000c1847701355d65345f5dcd9549095b21fdf36d180e0b6c 2,362 1.00/1.00 vMB 246
480,667 480,667 000000000000000000ae1b3c3061b338655f40519a2c30e4749a1958f7202ba1 1,509 1.00/1.00 vMB 211
480,666 480,666 00000000000000000107214e38d1cd139b9812569a8bc183783e42d39bbe7412 2,798 1.00/1.00 vMB 279
480,665 480,665 000000000000000000048dda1cc594271907fbb3b360feb324e43760a8cfd5a4 2,457 1.00/1.00 vMB 281
480,664 480,664 000000000000000000e59fd0e0906c98f481a2acdfdf3cae3a3f1d55906399ca 2,227 1.00/1.00 vMB 220
480,663 480,663 000000000000000001238be277a9f83f9979db2189e1cfc9f45f3d2f969b4fdb 1,800 1.00/1.00 vMB 185
480,662 480,662 000000000000000000ef72f23981abdc2889defd424e00f253a0d096ba7e5f62 1,698 1.00/1.00 vMB 153
480,661 480,661 00000000000000000129c5294a11e2bcdcd1b9237f8da811f3c536baaa378d7f 2,198 1.00/1.00 vMB 270
480,660 480,660 000000000000000000c9d370fd26506aaea1011978b9b2a3f9dd8e5a5be5ace0 1 0.00/1.00 vMB 0
480,659 480,659 000000000000000000ba0d06594cfd32dd1abc7f73e4face836a4ba57d84c34c 1,934 0.99/1.00 vMB 169
480,658 480,658 000000000000000000a31de14738d8f5c8c17bb63bb3c998b19f112a71b554f1 2,564 1.00/1.00 vMB 282
480,657 480,657 000000000000000000484574102f1ab8564b9326d9858484fb8e97b36cc80d50 1,587 1.00/1.00 vMB 151
480,656 480,656 000000000000000000f41b11f39e585569cf45f2a27ef664b997c9bb79d4b6a0 2,215 1.00/1.00 vMB 168
480,655 480,655 000000000000000000a6e730c2f7f26b4234f271318535be7f05f75829738d68 1,913 1.00/1.00 vMB 238
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.