Loading Tool

Explorer IconExplorer

Memory Pool

76,779 transactions
28.61 vMB
0.07100860 BTC
Random Selection Loading Transactions
Max Size: 173.32/200 MB

Candidate Block

Mining Attempt cae88de4bf180ab29f34e621f67e2798f28e097c7e6a2fefd4042b18f0c19f47
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 06848f6c8e4b6e3749b40e1d5df9cae08b749e4e6b42927113894553e8aae2ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,437
Size: 1.00 vMB
Total Fees: 0.01157655 BTC
Feerates: 71.79 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (299,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,365 615,365 00000000000000000009a15f77f581d545f528daf25fa4839d4f67073f9200a9 986 1.00/1.00 vMB 82
615,364 615,364 0000000000000000000663177418791a9482714affb99fc81f7de8fa13f6ede2 841 0.22/1.00 vMB 15
615,363 615,363 0000000000000000000bc037d305d9e88677e1b499427492d279550aa9fc7b21 2,984 0.91/1.00 vMB 15
615,362 615,362 00000000000000000011ab212ca99a5cfcde29a1dd4e910899c0c40d340eae0b 2,648 1.00/1.00 vMB 2
615,361 615,361 00000000000000000009d599fb9d88a384e6ca83c07798e1a2bdc3e38011700c 1,143 1.00/1.00 vMB 9
615,360 615,360 00000000000000000009d810359413b12fb4ddc9931b18e9455bc882da1e4b2f 2,227 1.00/1.00 vMB 23
615,359 615,359 00000000000000000010738b48ed4a805875df91d663d108a230df16ffa51cb5 2,842 1.00/1.00 vMB 6
615,358 615,358 0000000000000000000d3759ba194b25cb25ba0e00c6f5a0c92ca1b9d8839124 2,389 1.00/1.00 vMB 7
615,357 615,357 0000000000000000000fac9e6d362cb65e857b0f2b0c84afda00cc199bf7551d 2,335 1.00/1.00 vMB 18
615,356 615,356 000000000000000000099810dab515071abf9389f104690e3e50f402549b81cf 2,744 1.00/1.00 vMB 22
615,355 615,355 00000000000000000009640c37072d2ab87300a75fda43f744a92683e9f9ec7e 2,281 1.00/1.00 vMB 9
615,354 615,354 0000000000000000000b586fe62637a74d60ac6af8e0a93cf5ab96e7b6c939e0 3,228 1.00/1.00 vMB 23
615,353 615,353 00000000000000000010064d227eef418110c3539266871def95116b675477e5 3,097 1.00/1.00 vMB 19
615,352 615,352 0000000000000000000106e6d5656996a95ae66d5f2cf351c290f7808a282647 2,237 0.90/1.00 vMB 13
615,351 615,351 0000000000000000000509994fc9e47f2c01342dbc1ae2b4d43daa311733774d 85 0.02/1.00 vMB 21
615,350 615,350 00000000000000000011f2a67d1d3b207a4e5ce8f5f8e6e67eeca1fee160d74f 680 0.19/1.00 vMB 14
615,349 615,349 00000000000000000003b595168ee8d005e13de23ed63d8f97b84a19d82cb5f9 1,827 0.57/1.00 vMB 15
615,348 615,348 0000000000000000000a975c32dc4ec59380767d33e76a5e12060a8e2402429d 2,820 0.95/1.00 vMB 11
615,347 615,347 000000000000000000052f907b8e29c425c1b1a1e3aaed9cc7df13c5f934fb05 2,869 1.00/1.00 vMB 6
615,346 615,346 000000000000000000032df0050eae00cfe5d132d12f1426198ee16ce3fe9688 2,888 1.00/1.00 vMB 21
615,345 615,345 0000000000000000000f1e624cadf5e4e33f8efa9881c0e395ad9903730fbb92 2,155 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.