Loading Tool

Explorer IconExplorer

Memory Pool

81,430 transactions
30.87 vMB
0.07132433 BTC
Random Selection Loading Transactions
Max Size: 188.05/200 MB

Candidate Block

Mining Attempt 71be9bf7f57479c80355d48948298d2e1429f3e7262fd42b634f5ec7b96e0968
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 54482d2de4e0a8f6ae5955dbc6d8d9630006fada814c78c7aaa683abae4e2858
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,422
Size: 1.00 vMB
Total Fees: 0.00475988 BTC
Feerates: 40.21 > 0.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (634,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
280,488 280,488 00000000000000009af444d7a34e972c0b44eed5aba2ffe18a08bdbd0579143b 333 0.15/1.00 vMB 60
280,487 280,487 000000000000000168b6990dd0ab7f2b719e1cda4367dd9212d02f771c4b1c58 1,193 0.50/1.00 vMB 56
280,486 280,486 0000000000000001a0c5e5d8a65a19d5e59e98b0b0d3d2fb912ab6d8e30aa8e6 503 0.20/1.00 vMB 75
280,485 280,485 000000000000000027a6ec22399d3783d525903c474507c229af0880ceda6a4c 348 0.16/1.00 vMB 44
280,484 280,484 0000000000000001beef5de1510acfad890ee89b7b677f8b1320de8520c410b3 488 0.22/1.00 vMB 35
280,483 280,483 0000000000000001de8faf3e71b908f45bff89b04746a24eb57f22244c7d65ad 1,057 0.40/1.00 vMB 43
280,482 280,482 000000000000000224c7c4f633d5fe32ee06e96c71b0089ebde900685963edeb 77 0.05/1.00 vMB 17
280,481 280,481 0000000000000000d0a6971f9f4e2c623d9dc5b28da1743ebb4aae5bfa03cfaa 670 0.29/1.00 vMB 75
280,480 280,480 0000000000000001833239489e9dc9f176a51546476a560d4223b9158334b80c 222 0.11/1.00 vMB 34
280,479 280,479 00000000000000009c9fb975b7475314bac74f41294954be5f1ad1161ff14051 249 0.12/1.00 vMB 52
280,478 280,478 00000000000000011cff849c01bbd04ed6aa81b160ea6c9f0a40a2b162fcddbb 462 0.23/1.00 vMB 36
280,477 280,477 00000000000000016c500abae19d4e47a71e5f7d9cbcd4869b66790e60042b87 601 0.23/1.00 vMB 46
280,476 280,476 0000000000000000c516fd03316ce0a0982f6a51f1298a8629e0ee0f0e7f4058 667 0.27/1.00 vMB 43
280,475 280,475 00000000000000004f3d5e2e10b82969169fbd083d38a3b4a4ae9b74a88cf1cd 87 0.03/1.00 vMB 225
280,474 280,474 0000000000000000d2eefcc2029157d747bec4bcc4d0c36004503072eff03d9f 269 0.13/1.00 vMB 39
280,473 280,473 00000000000000015369d66ab21bf23c56d47b8f74eaaa40d994993dbf824ed9 413 0.17/1.00 vMB 57
280,472 280,472 00000000000000018eaf634bf13b7e5e50860b99466b91140538223c75b75049 1,159 0.52/1.00 vMB 41
280,471 280,471 000000000000000124f6ce137a43bb288d63cc84f9847033cb84595ead05f9de 378 0.19/1.00 vMB 40
280,470 280,470 00000000000000011e96f9275e3e46d9f9c35e2b5e3b4716e422ce04807b771b 320 0.16/1.00 vMB 45
280,469 280,469 0000000000000002025f88630291a1fa0d47a564f374a820d985990029e2ace7 219 0.10/1.00 vMB 32
280,468 280,468 00000000000000018506610aeae329c178a41974ae1c42a734a1245c5f471ab2 105 0.17/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.72 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: 705.01 GB
    • Received: 16.65 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.