Loading Tool

Explorer IconExplorer

Memory Pool

20,560 transactions
9.71 vMB
0.01878309 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.22/200 MB

Candidate Block

Mining Attempt 73fd1c1c5f7e78c25a14b45f59d406f4a0c6e613f462a9ad009638ff695742f5
Version 20000000
Previous Block 0000000000000000000019a2bc7789d97e1fe54fb5028737bae97eb7a8b5ac3a
Merkle Root 4e3dee7d58ed566e5e6d5488a88008e4f532cdce802ef5d88772a1aa3cb1c4c6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,924
Size: 1.00 vMB
Total Fees: 0.00340314 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,557 (689,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,132 224,132 00000000000000563b8389a291cc115dbb96537354d4b82ef938580b165ac04b 623 0.25 vMB 193
224,131 224,131 0000000000000134d2916202eacd0c0a76125432d7b4f29ee6e54d30c421bbda 256 0.07 vMB 396
224,130 224,130 000000000000029565a3b0fe1316fae7cfb107a47d27c683f34e99786a1336bf 214 0.15 vMB 131
224,129 224,129 000000000000027f412e75da8d2ddbe9d6dcff7d79301476d91c06975c53e43f 256 0.13 vMB 127
224,128 224,128 00000000000002b1c4b73afc910260c03fd878a3b147ff071228c605e4af88fa 840 0.25 vMB 245
224,127 224,127 000000000000033158acbf099a2040d8824956f661c3fcb0d2e1962b9f623f68 160 0.06 vMB 193
224,126 224,126 000000000000017beb00e3868e4928e76df07c69019d2a3dfaa813ce44c201df 356 0.20 vMB 133
224,125 224,125 000000000000021873f2fd30a9e279d8bc658bc8b2ea2f86c5cd6600c64adf5d 1 0.00 vMB 0
224,124 224,124 00000000000002108a255ab1e1bc9955ae528e35450646f2b5809ac9e2860251 582 0.25 vMB 139
224,123 224,123 00000000000000bc4cfd900485ca29e8bcdd3f9a8c84508059a07714d3a50de6 908 0.25 vMB 288
224,122 224,122 00000000000001973f46efa6f9b5b804b258d6a380c1b3833b7858d65e4cc534 145 0.09 vMB 97
224,121 224,121 0000000000000367132957efd55ed7332187f7c7096e05d5d7ff5d3a398d789d 476 0.23 vMB 214
224,120 224,120 00000000000002c22c3d3e9687eb473955d0072b9508bee8a698103601588379 500 0.19 vMB 205
224,119 224,119 000000000000025e46ebe7ee36d6be6b8eab23b0335260f7684a7d0e923cd129 254 0.10 vMB 197
224,118 224,118 00000000000000700e4e9d975f252a2431cabd5ca3226343905120c829e6e01f 312 0.22 vMB 123
224,117 224,117 0000000000000082d70d4a7a0e735cb11cc217b0b2f4e67bc3c49204a85d5b2c 387 0.25 vMB 138
224,116 224,116 00000000000000017b4913ee095bb924f4ac1dfd48a2dc4092d4351cc1b100c1 437 0.25 vMB 158
224,115 224,115 00000000000001c6c70016f573bea34192dc6302be81cb237d77c8f73ef1e58c 786 0.25 vMB 270
224,114 224,114 000000000000021061c576041e3366a196c682fce0cb5ec583d34971461921b2 256 0.14 vMB 118
224,113 224,113 00000000000002cda940f70b40123efd0c6a8785a71c4c799e04f0eca68e2070 654 0.33 vMB 186
224,112 224,112 000000000000015b4587c180a8b2b614fc619139e7fdc668a59436d7c5def4db 764 0.25 vMB 272
Previous 10 blocks ↓
Total Size: 779.83 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: 422.18 GB
    • Received: 2.28 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.