Loading Tool

Explorer IconExplorer

Memory Pool

18,083 transactions
8.62 vMB
0.04789972 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.84/200 MB

Candidate Block

Mining Attempt 8223b6a9ae63a5dc2d2cf602726d441fd642433ceac14e3a4153229a505e2ebc
Version 20000000
Previous Block 0000000000000000000025f04ff2c401a5399cfff1f91b6377cb2b55eeb38fad
Merkle Root f383ae1133bcb33316c405ce31e962eed0bd0fcf4fdb3ba6170f5f27f53ea2db
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.02852752 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,421 (626,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
287,306 287,306 0000000000000001227dc24652e6dad6810313ee455d76d2751f13e91e371e35 929 0.50 vMB 31
287,305 287,305 0000000000000001169c8c75e12de1dfa3008d559a2c7634c3470f2ef12956d2 893 0.35 vMB 36
287,304 287,304 0000000000000000be0f6bbc7fed03302a3eb73f3414150cee13ed99bdff04ec 64 0.03 vMB 65
287,303 287,303 00000000000000007ab0bb5c99aab20b50682c19a91673d0b721b629488b51a9 145 0.06 vMB 46
287,302 287,302 00000000000000003a38cf3e41d8a6c834b76be8f414cbc545d41472777f37b0 140 0.06 vMB 132
287,301 287,301 000000000000000099b760126596fb8b1a66b58aad3247c12989b51b1be2adc1 764 0.34 vMB 37
287,300 287,300 00000000000000014eb8946d79bf47aa7f64dff47900eef5310dc738a02646e7 538 0.27 vMB 36
287,299 287,299 00000000000000008c9f955494d56f6e0980c347be8fe9348b6886e65d6e4393 291 0.17 vMB 31
287,298 287,298 000000000000000052c0f96a1a2420583eea19f0f1ebb99659f1bf7b28611293 152 0.08 vMB 38
287,297 287,297 0000000000000000c17dafa6f06bd61daf3f80d305b3b7efa72acefc0ca1bbfe 124 0.10 vMB 14
287,296 287,296 00000000000000014dc884c29e5e27bf3a85f5b49b0d6b55b51b4eb28dbc5817 397 0.22 vMB 28
287,295 287,295 000000000000000057060da254af7ba99de96991376144a2dcdc220af31e22b3 205 0.12 vMB 29
287,294 287,294 00000000000000015d40643212690b85b40acfae144f63ea5274de5897bf910c 22 0.01 vMB 16
287,293 287,293 0000000000000000e4f5961ce4a519721223d9b2170d7ae81e9976e0f22cd734 215 0.12 vMB 31
287,292 287,292 00000000000000012cb7e7eb55d436f53ed014efeb7a64f44a6b73df3e84aa04 241 0.11 vMB 38
287,291 287,291 000000000000000038cae6c597b7a1a7f0506de90508b9907c3a886730561a09 32 0.05 vMB 16
287,290 287,290 0000000000000000a92b1d8cd88457c12893f7047ca9617f9b4a2c4f0ed38017 193 0.10 vMB 29
287,289 287,289 000000000000000035b79d2f1d0871eb566e3956f32f4142c02f3239ddc60f34 505 0.31 vMB 33
287,288 287,288 0000000000000000cb34b7c092e11992a8ba0fe31c53b22c332f6a80d079efce 49 0.03 vMB 24
287,287 287,287 000000000000000140cc858a6fa72cf2816ae5fc3f271e5012532cb517fbce71 256 0.11 vMB 88
287,286 287,286 000000000000000099f45ae94c4a3bb30cf589ee3e48d140a4d94409d42e3ba7 255 0.11 vMB 43
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

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