Loading Tool

Explorer IconExplorer

Memory Pool

13,110 transactions
10.16 vMB
0.05359860 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.38/200 MB

Candidate Block

Mining Attempt 7f18d452fe66a48a9e381d36077464babe03660fd7169e69abcaf97c9e93ac34
Version 20000000
Previous Block 00000000000000000001cc0353fd23b9be5276469e89009017f3cc907719938a
Merkle Root 5ef378e39ad7942a47b28b04fd74cc424944c88b1afd697df327dd6ce3d43810
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,140
Size: 0.99790275 1.00 vMB
Total Fees: 0.03807032 BTC
Feerates: 120.00 > 3.82 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,793 (689,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,140 224,140 000000000000019bbfb96d362cd9606977aa6dc2cbd83f39f13d0f7eaa24d6e4 60 0.07/1.00 vMB 42
224,139 224,139 00000000000001a9d415583ee56a98e4e13a7bf1beffcdf5dddd776016392ce5 285 0.14/1.00 vMB 157
224,138 224,138 00000000000000c4db03fa964048ccfbb1bdcaa136cf416fc8e078c4fc09aba1 256 0.07/1.00 vMB 447
224,137 224,137 00000000000002a2c030351aa08cb79e824373111056a01a8d9a1e0e744a613b 265 0.12/1.00 vMB 197
224,136 224,136 000000000000030447544c99cc2e48858b6d2e0d43b270f2ea606f13de1192b9 391 0.25/1.00 vMB 122
224,135 224,135 000000000000013cbec935fba944ed0faab7a0c16c78a477cf91604147dcdb71 798 0.25/1.00 vMB 316
224,134 224,134 000000000000035e48b698223e7f5d589e3dd4f70a870afdd160e9a7acf0e67c 275 0.19/1.00 vMB 100
224,133 224,133 0000000000000169ad6fe791307601823703e72ee2cc6b260610536650a809e3 731 0.25/1.00 vMB 273
224,132 224,132 00000000000000563b8389a291cc115dbb96537354d4b82ef938580b165ac04b 623 0.25/1.00 vMB 193
224,131 224,131 0000000000000134d2916202eacd0c0a76125432d7b4f29ee6e54d30c421bbda 256 0.07/1.00 vMB 396
224,130 224,130 000000000000029565a3b0fe1316fae7cfb107a47d27c683f34e99786a1336bf 214 0.15/1.00 vMB 131
224,129 224,129 000000000000027f412e75da8d2ddbe9d6dcff7d79301476d91c06975c53e43f 256 0.13/1.00 vMB 127
224,128 224,128 00000000000002b1c4b73afc910260c03fd878a3b147ff071228c605e4af88fa 840 0.25/1.00 vMB 245
224,127 224,127 000000000000033158acbf099a2040d8824956f661c3fcb0d2e1962b9f623f68 160 0.06/1.00 vMB 193
224,126 224,126 000000000000017beb00e3868e4928e76df07c69019d2a3dfaa813ce44c201df 356 0.20/1.00 vMB 133
224,125 224,125 000000000000021873f2fd30a9e279d8bc658bc8b2ea2f86c5cd6600c64adf5d 1 0.00/1.00 vMB 0
224,124 224,124 00000000000002108a255ab1e1bc9955ae528e35450646f2b5809ac9e2860251 582 0.25/1.00 vMB 139
224,123 224,123 00000000000000bc4cfd900485ca29e8bcdd3f9a8c84508059a07714d3a50de6 908 0.25/1.00 vMB 288
224,122 224,122 00000000000001973f46efa6f9b5b804b258d6a380c1b3833b7858d65e4cc534 145 0.09/1.00 vMB 97
224,121 224,121 0000000000000367132957efd55ed7332187f7c7096e05d5d7ff5d3a398d789d 476 0.23/1.00 vMB 214
224,120 224,120 00000000000002c22c3d3e9687eb473955d0072b9508bee8a698103601588379 500 0.19/1.00 vMB 205
Previous 10 blocks ↓
Total Size: 780.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 514.41 GB
    • Received: 4.30 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.