Loading Tool

Explorer IconExplorer

Memory Pool

78,181 transactions
29.07 vMB
0.08031619 BTC
Random Selection Loading Transactions
Max Size: 175.92/200 MB

Candidate Block

Mining Attempt dd6ad031778b6a5d3cedd74a177532b5f00920718d7e99cb50d2e4e8a641f3b1
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 2f4a51dca2306fdaac493628de8f2b8659a55691514f59f1ed47aa59385c3806
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,885
Size: 1.00 vMB
Total Fees: 0.01954325 BTC
Feerates: 178.73 > 1.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (501,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,290 413,290 000000000000000003b05017a3bb9d4c598045b8d5d14f0867fd3442f3441144 2,908 0.99/1.00 vMB 65
413,289 413,289 000000000000000001bc2f46d1cc568cd8b5f1843b3829a77fa79b45ee804a0f 2,339 1.00/1.00 vMB 48
413,288 413,288 000000000000000004c4e9bd2f1ca373ae2e855b75ab752f78211b444b92a40b 2,259 1.00/1.00 vMB 46
413,287 413,287 0000000000000000053653901ae339a1f2f6f03e7343f2e49b056a7d8b6da371 2,566 1.00/1.00 vMB 56
413,286 413,286 00000000000000000106173f0f216d91071fe1a2da2b33fe5d68a95b5722bbe1 665 0.29/1.00 vMB 59
413,285 413,285 0000000000000000010bd8dee6fcfaa57bc2271ab156932a1ff7d27c43affb55 805 0.60/1.00 vMB 28
413,284 413,284 000000000000000001760ca148d344fffd5b4ce0d38187dc59f06a922956b803 1,871 0.99/1.00 vMB 50
413,283 413,283 000000000000000000c0ac707374ae533069a40ea4141f3070aafe3f789a500c 466 1.00/1.00 vMB 15
413,282 413,282 0000000000000000002b79f27f06f23d83945621078e2502787efa58cc7eda92 1,569 1.00/1.00 vMB 33
413,281 413,281 0000000000000000056a553a8d4fae1436bd2da0ae9a2838f18d204aabf186be 2,024 1.00/1.00 vMB 61
413,280 413,280 00000000000000000546843240d1ddc1d6f3b1fd85c4b0f4ad2123708bb669cc 444 0.32/1.00 vMB 26
413,279 413,279 0000000000000000046f56e59b9b1293b5e7c1587aa6d29c4f3f79b98cf22ee6 1,185 0.60/1.00 vMB 45
413,278 413,278 000000000000000001b5d1c227ce3ebfd6a436be63210d291993052acd0f6153 1,078 0.51/1.00 vMB 49
413,277 413,277 0000000000000000043bdd7def02a38a4b10d0977b7174af702ce79fd250bb5f 1,835 1.00/1.00 vMB 28
413,276 413,276 00000000000000000467ff83b0489a6fa2ffc907dc52fb4362ca05db26272e92 849 1.00/1.00 vMB 23
413,275 413,275 00000000000000000458a3a873ab0826e7971f00463bf813f000e140e4d6038f 1,501 0.99/1.00 vMB 32
413,274 413,274 000000000000000002479167bec9774e837847b0b8ac3ba5e66b59e42c393295 1,881 1.00/1.00 vMB 40
413,273 413,273 0000000000000000048f62da1d922a9dcded92e2b6ad41bf55907448cbd8929b 2,011 1.00/1.00 vMB 36
413,272 413,272 000000000000000004d8743d7733491522977e8781ed884e0b4c47e8e269e14e 2,644 1.00/1.00 vMB 42
413,271 413,271 000000000000000000f1ee1d2f7edccdd8d6bf6d4758922d3b53f48502a163be 2,471 1.00/1.00 vMB 54
413,270 413,270 000000000000000000ba44ed4f921ed50db0ea7b684983124b171d2ab958a328 2,558 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.68 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: 677.59 GB
    • Received: 16.44 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.