Loading Tool

Explorer IconExplorer

Memory Pool

19,179 transactions
8.36 vMB
0.02855839 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.62/200 MB

Candidate Block

Mining Attempt 348e42380a49b4cef362625f1aeeb3e86ec05c8f872063c2a7effa30dd68062f
Version 20000000
Previous Block 00000000000000000001ae09f7a3894a857f0e505314f7e722c0793b2ef8db04
Merkle Root 48172f319a75eedab7b0140aef32b7ac3a93ea34fcb553914a10cb0c28176a26
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,500
Size: 1.00 vMB
Total Fees: 0.01071103 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,396 (647,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,380 266,380 00000000000000015cc813b33430babf69aadb24b6f527966c8209538d390487 580 0.27 vMB 75
266,379 266,379 000000000000000941dd388e6e1c2f186e81e72b838f73ae1c2c4bf6fb8f03a8 29 0.01 vMB 153
266,378 266,378 00000000000000008aec8d952275b3c041ab69d037cbf88aea0074d2f4296a6f 114 0.05 vMB 50
266,377 266,377 00000000000000038a2032aabdb194bc2da2ce095ee5f1e5726ebe8995338c88 61 0.02 vMB 105
266,376 266,376 0000000000000005d70e176af860d8bf515cb3defecd41879e1d84670144fb2b 246 0.11 vMB 90
266,375 266,375 0000000000000005767801546043a2fd009fd29c63472eedfbdd374d26c47f3a 82 0.03 vMB 61
266,374 266,374 000000000000000a147f88a535b459ef8c70321594984f6b6df8627558a3fcf6 235 0.11 vMB 86
266,373 266,373 0000000000000004f44a98cefa49db2d4a1286c0224be4e0212c0d5d8cec472a 18 0.00 vMB 81
266,372 266,372 000000000000000027202edfa23fa3d54a5a3c150cdd95f91bc88f7d8bc39c5a 95 0.05 vMB 53
266,371 266,371 0000000000000000c73dd8e534a0b314cb81c7eb0138b9e574be1ab66c548f70 51 0.02 vMB 48
266,370 266,370 000000000000000750322f863964bfe2087c711ba49c9ef1c250ed308c70d379 38 0.02 vMB 55
266,369 266,369 0000000000000008647b873c50cec67e487477303041e7e55ecba45e9ca60a4b 11 0.00 vMB 21
266,368 266,368 00000000000000073eb8d1fd80260bdddc519f42291c97fa8739a59511e4f025 77 0.05 vMB 58
266,367 266,367 0000000000000001463f977b2b374f0c1a1ab68abb24bbc03f37863dfd13e508 101 0.06 vMB 80
266,366 266,366 0000000000000006bdc3cdebdad65191734dad389f60194a19ee70cc05fb79cc 85 0.03 vMB 105
266,365 266,365 00000000000000068f9be49516321f3db45dfd8c664941e1cd77b465c7d1fcfb 232 0.10 vMB 104
266,364 266,364 000000000000000a5159cabf91d1ce69cae238f199b6d8923247592c64f382b7 217 0.09 vMB 108
266,363 266,363 0000000000000005cf71bc1d0436c99f4013f1b8653b9a0fb4c66edbb885dc9a 352 0.09 vMB 53
266,362 266,362 000000000000000211311e71a88aac724f283acaf88ab413c46b406d32568ed0 300 0.15 vMB 101
266,361 266,361 00000000000000087e8790a62a6d87a41a37c15452c7803ba482630cce55fb7e 64 0.03 vMB 54
266,360 266,360 0000000000000003f854a6d90ecad05690e708d38c9e60024a22b0f24471ec39 84 0.03 vMB 56
Previous 10 blocks ↓
Total Size: 779.55 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: 259.41 GB
    • Received: 0.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.