Loading Tool

Explorer IconExplorer

Memory Pool

20,228 transactions
8.78 vMB
0.04633161 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.40/200 MB

Candidate Block

Mining Attempt 4058a0107af6aa839c35889d013edcf5fe6d0c5eef04fda69ee6864cf27b2df1
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root cb56da676a3a2241d344aa18adf337ef781ddc0fadf883e21686f0f1c482835a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.02668240 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (709,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,900 203,900 00000000000003dfb2db1fe5f4c1ca632aaf65adca589fa1f82627dc7910446b 118 0.05 vMB 96
203,899 203,899 0000000000000114b38694fdf310d871db0bd897a374da81d9ff65cdcc287c79 330 0.19 vMB 245
203,898 203,898 00000000000000bd180faa0de954a72071305f201ee9ac21c97621ee617bb274 92 0.02 vMB 54
203,897 203,897 000000000000035c14ba7dfd9ff54f9ee9bd818a0d331bb8299d1ffe69a95186 12 0.00 vMB 35
203,896 203,896 0000000000000228e805e43dc48f13e0a42e30c944b9488b271371f6ea2b5e91 82 0.05 vMB 100
203,895 203,895 000000000000033d376064c952a426f486cb1d739a2ad9fd08f0cd940340b597 87 0.03 vMB 41
203,894 203,894 000000000000016b27a24ed611841d68f1d4473f6139116328673973d0a418a2 538 0.19 vMB 134
203,893 203,893 00000000000000aacbba4a02c0549bc3cfd86477894d6a434dcc89b129f646e5 502 0.25 vMB 176
203,892 203,892 00000000000002527712d91753dc6eaa30d25955e82ee1f6101ea943004ae8d0 273 0.27 vMB 45
203,891 203,891 00000000000002215244f55afcb2c3fb30c8b9883a46d97ff4cf59357f134ec1 128 0.10 vMB 77
203,890 203,890 00000000000002069fb53d51e966849b60e74a5e7858498f27163af5165b80e0 128 0.05 vMB 97
203,889 203,889 0000000000000069c26db53b6fe127625b671c82937d9e3bcd0f46b494f68b26 590 0.31 vMB 111
203,888 203,888 000000000000024c3ce7121b4d4f14893ddd8fa83d49c7d8877bd13867472c57 343 0.13 vMB 165
203,887 203,887 0000000000000463449fc6da01b3f63ff7d2ef08414d96741180abd7b5c7323d 11 0.00 vMB 271
203,886 203,886 00000000000003992ebc7ead11cf3b626979f9f7c305f1a38d9c4749a0c73261 22 0.01 vMB 124
203,885 203,885 00000000000004299d1f817c8d9fe6028c00c0a1099d67359d399acef1d3212b 84 0.04 vMB 105
203,884 203,884 000000000000047f75f356ce62a8cdd45a13485771b81acde95002975e4c9733 201 0.10 vMB 116
203,883 203,883 00000000000003a05bd4c503b42be28aa228118ee6d2549427d4fc7e8a5d8cd1 91 0.04 vMB 225
203,882 203,882 00000000000000f96c069ac5c4b9b105a50ceb28b41c13de26fac6aa24218ca4 11 0.00 vMB 72
203,881 203,881 0000000000000294cfcca4316ef107d7aec91c4d48ebe136b5c07c6b31bd2a66 398 0.25 vMB 52
203,880 203,880 000000000000051ae83f748a9cf61a28b474bd518b98506012d7f0b45118bc17 159 0.12 vMB 61
Previous 10 blocks ↓
Total Size: 779.54 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: 249.24 GB
    • Received: 0.94 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.