Loading Tool

Explorer IconExplorer

Memory Pool

12,208 transactions
5.24 vMB
0.02580833 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 30.85/200 MB

Candidate Block

Mining Attempt e727161f24e2dc43ac1b647648bfbe5432424b8e986f0be5273c7b98b97194bf
Version 20000000
Previous Block 00000000000000000001cab3eb2a8339cf2f1dcb5c1019b9c58236a19ab8b0ed
Merkle Root 3f0ca112c4a2527b3acda91c1dd7a4e9471aa3f28e617dd8cd9277615b2360e5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,626
Size: 1.00 vMB
Total Fees: 0.01759485 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,455 (709,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,907 203,907 0000000000000383f1c445a82293057a8315812f330341d851a5bf2db0a7d22d 478 0.19 vMB 134
203,906 203,906 00000000000004ca845ceb38408e54184fbdfb70e30332f4723b458f20d2a10d 57 0.02 vMB 139
203,905 203,905 00000000000001a3c223d4e6426878731e9395c5188f42e51fe0a353fa4a9d3d 154 0.06 vMB 122
203,904 203,904 000000000000040dbaf60c1fa06cfafaf35fdd58c13d5e3a854a693bb9327c09 110 0.04 vMB 297
203,903 203,903 00000000000003e369e3bb05d2d27e05614e87d4145708e5396c47f806b13f15 158 0.05 vMB 194
203,902 203,902 000000000000055620c245bb145a454e60210b8807f4174b0ffe099f7ec27888 188 0.07 vMB 144
203,901 203,901 000000000000001753ed885672ff89715ab3e885c2d777263185e8b0697058d6 226 0.38 vMB 66
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
Previous 10 blocks ↓
Total Size: 779.66 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: 310.84 GB
    • Received: 1.48 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.