Loading Tool

Explorer IconExplorer

Memory Pool

28,549 transactions
11.74 vMB
0.03557925 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.47/200 MB

Candidate Block

Mining Attempt 26d09cbc4dac4b138635c4117ead1f2ed531583d098d40d7f236d70614d96440
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root 4179579a3b219f1e7743a28b10d1da77be7b4b9529ced5896e82164f0b5aba43
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,284
Size: 1.00 vMB
Total Fees: 0.01517991 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (786,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,331 127,331 0000000000001448bf80e3e24c5cb18983312f87f7727da69365a031b59105ad 50 0.02 vMB 427
127,330 127,330 0000000000001b077024ab31f7cefda72a58961bd9ed4ba556959e7c8d6b0a59 158 0.05 vMB 960
127,329 127,329 0000000000000da4ce4768989cb7769c339be250a3ed20d6b886c7dc2d117640 60 0.02 vMB 616
127,328 127,328 00000000000007b858acbe8af12cb3c801be84a2803b84bae36a2e319a6978cf 5 0.00 vMB 0
127,327 127,327 00000000000006cd9c73f71948c3231005d33bfbba7c463324827b937931d37d 26 0.01 vMB 303
127,326 127,326 000000000000004ac9159381c9a78af2bb1a0c8bd141314c69d0131d138c7be0 18 0.00 vMB 439
127,325 127,325 0000000000001507113ad77f43f5a5bc1efe9292c8d6cb9fa2884cd2e3064f7e 10 0.01 vMB 709
127,324 127,324 00000000000000a85eafa6c300f037055384da7e1b98eac2da577bf57bf7cca3 62 0.02 vMB 514
127,323 127,323 0000000000001c7690b3860a9d32b6759d678a988262ee1cdc8984c862609054 79 0.02 vMB 2,086
127,322 127,322 00000000000000441a24ca94569428d32fc10a6f1da7487dc70773eff9df98e3 63 0.03 vMB 68
127,321 127,321 000000000000067c3e9fcef4c90365c6057c874dcdf8752e6b41e00bf79fc25b 12 0.02 vMB 1,415
127,320 127,320 0000000000002493dba38cf94ca99cf6d014ed42c84b6dde684fd29126b5074f 10 0.01 vMB 553
127,319 127,319 0000000000000450c852baf1335058689178cc46e4a83658a6956f9bd9afe336 54 0.02 vMB 110
127,318 127,318 0000000000000da17a6e995e151758ea805b204461c7784ce4c6897a885289ea 12 0.00 vMB 0
127,317 127,317 00000000000019f28fd733d30d6f0f88fd0c3d0334cbef237c63e9e2f8331085 1 0.00 vMB 0
127,316 127,316 000000000000053d4836bf4420782de28d7871481c177f2724cf0355e0c5debe 11 0.01 vMB 1,032
127,315 127,315 0000000000001a7b0ec5fce31007aa94c6e9dbcfdd372988bb6ec76cfb152c04 30 0.01 vMB 606
127,314 127,314 000000000000117e98a6ce26819a362762f86c3e059084501a5f4c724db6abb4 28 0.01 vMB 688
127,313 127,313 000000000000246ffb755aad047ec96f5f57297d1afb31e2aa73b59b3a5d15ed 15 0.01 vMB 601
127,312 127,312 0000000000001efb5350c1a2a31349b1f214a5d1e754c8d9781d439beaec6853 3 0.00 vMB 0
127,311 127,311 000000000000255b274490722d397dfa8223fa06517748cc776fad7b183a2521 4 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.76 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: 391.92 GB
    • Received: 1.99 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.