Loading Tool

Explorer IconExplorer

Memory Pool

73,579 transactions
27.28 vMB
0.06479910 BTC
Random Selection Loading Transactions
Max Size: 166.33/200 MB

Candidate Block

Mining Attempt 3cde391f36f7ed38356f4c019db7abb5f8eef3348f7a312eb78992ddde37be91
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root f14519d51b40d00048076d4574baf4112a6a99a6d4800fc301a9b124a029d0ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.00678104 BTC
Feerates: 74.05 > 0.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (422,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,125 493,125 000000000000000000981ca450a1785f6613ab3b0f1f576cddafde8a2b2eb3ea 2,039 1.00/1.00 vMB 126
493,124 493,124 0000000000000000003b76db84b261b9858dd0e5f70c4c96bd61abf1cf8133b2 1,764 0.95/1.00 vMB 133
493,123 493,123 0000000000000000009fe88cf51c29fe15ab51c15ad35553f8bbe93dd959ef87 2,032 1.00/1.00 vMB 286
493,122 493,122 00000000000000000091fea0ed94e6e1227be8d46fed9387ae13bca2a0165472 2,102 1.00/1.00 vMB 207
493,121 493,121 000000000000000000374d1d88de5a82b23b97c98fb35fe27716871928444e62 923 1.00/1.00 vMB 32
493,120 493,120 0000000000000000005c44ee9d42990a046d74c1fc96cdace4eecdd4e4e1f3da 1,778 1.00/1.00 vMB 13
493,119 493,119 0000000000000000000dc0c04ad24f53e8b3ab81055e6c3108e6e59b710f6f0e 2,037 1.00/1.00 vMB 183
493,118 493,118 0000000000000000001ff1296d2fa9c928d7d9b94c2324cdd379c903beac923b 2,605 0.92/1.00 vMB 270
493,117 493,117 00000000000000000005e455ff29d3cc2f5142da75b9a940915584c675252dc3 1,740 1.00/1.00 vMB 72
493,116 493,116 000000000000000000ad1aeeac4a0efac8e765a4c929087dc214ffbec8f801d0 1,998 1.00/1.00 vMB 123
493,115 493,115 000000000000000000a921701ccdc9d0a15f9893f41546c83e4dd9fb32bb6056 2,210 1.00/1.00 vMB 126
493,114 493,114 0000000000000000002234fe6347a4f02f926b3a12dc604c50524928ffc0799b 1,976 1.00/1.00 vMB 44
493,113 493,113 0000000000000000004aefcf0d70fa8b3fad2dadbd264c95ccea61c83b0ec2c0 2,335 1.00/1.00 vMB 277
493,112 493,112 0000000000000000003af7d417bdf14e5ed8a2c594a2de727118b74ad5985ec4 1,352 1.00/1.00 vMB 134
493,111 493,111 0000000000000000004b578a556d8ba3a6780d5cdc88934ee7a5a50095d81839 1,649 1.00/1.00 vMB 63
493,110 493,110 00000000000000000089090533c2068756d59f45d7148c39b1cdcb6afd8efb7e 1,172 1.00/1.00 vMB 84
493,109 493,109 000000000000000000bbef0ff033ed8b4e93caed52f75b72f55f46306caa2aba 1,315 1.00/1.00 vMB 91
493,108 493,108 0000000000000000006c7fa54e6aef5b336f2dc9516e7d4938db9359896da5f3 2,014 0.95/1.00 vMB 325
493,107 493,107 000000000000000000a7a2dcb8e5c301969390de9670aadf2bf525c7123d0012 1,557 1.00/1.00 vMB 70
493,106 493,106 000000000000000000ae3014219bc654753d664b976432c2be95e0429b6e7c41 1,917 1.00/1.00 vMB 229
493,105 493,105 0000000000000000003643e21b5d4240918603cdcce394472b6f329143b85e0b 2,419 1.00/1.00 vMB 334
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.