Loading Tool

Explorer IconExplorer

Memory Pool

13,397 transactions
2.45 vMB
0.00734613 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.03/200 MB

Candidate Block

Mining Attempt d5df8483106fb971f53987e2d940fb0e2a0110948e9a1d9253f5c30a8accf636
Version 20000000
Previous Block 0000000000000000000113d7f859536e2df3cfa4c55255de60dcecb96625972f
Merkle Root 10fe419840343de934b2de33b728fab0f66fdd33cb96fad47062ded361057f23
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 174
Size: 0.03 vMB
Total Fees: 0.00119108 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,858 (648,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
264,578 264,578 000000000000000fc25e9540c5e1613585147fc89a09cb83d995f7bcca38a4b0 0.04 MB 84 74
264,577 264,577 000000000000000ec96c4f6b0cd7f48d788c6e800baf65cf150377c883f747c3 0.05 MB 152 126
264,576 264,576 0000000000000000d9e06938d067aeeffa07bcced22f4c120e40a6b90bd943d4 0.07 MB 166 86
264,575 264,575 000000000000000df51b20e81e5a2e6761d32878f75c8c61d821d52cdde6a3a2 0.19 MB 447 104
264,574 264,574 000000000000000386ca2d95fdb1cf7a0dbb766c0b587b8891a71f056a4d554a 0.01 MB 37 44
264,573 264,573 000000000000000826587cdedb10a23205ffc145806635e4c41445f3b0af8381 0.16 MB 380 87
264,572 264,572 000000000000000a3d88c2589a01fbf3069899d8f32eee26a0c9b6ff5db2495f 0.12 MB 281 98
264,571 264,571 000000000000000a1ff6f26f9a0937f9df0fb4fdd36a8b72c595ee723cf6ce4a 0.09 MB 216 80
264,570 264,570 000000000000000426e66c43b616832d5a9ed177e3a7b54b5a55f057cd21a279 0.21 MB 377 79
264,569 264,569 00000000000000034d550586f6fa03b6dc282173d52965d545f0eae919df79d7 0.01 MB 22 37
264,568 264,568 000000000000000e4e547b8f4a933b8eb1aa2734af8947c4f610b640d1b3123e 0.25 MB 511 109
264,567 264,567 000000000000000115310830adf2c3332b90da14c8ca823e214cadb5b93d3be2 0.06 MB 144 67
264,566 264,566 0000000000000005696e610e6fddd5d5a4473e464ccb70a032c457ee7fc3a3f7 0.02 MB 55 55
264,565 264,565 0000000000000004f1d062796f3656f0f813d61539046422dee16adcca86e7db 0.21 MB 463 84
264,564 264,564 0000000000000004a9ea7ab2f88c74575a2c6204bfd39a95b104043451242acf 0.15 MB 370 85
264,563 264,563 0000000000000000dff98ff4948d4855748db000873fc1879bed4f0e605638d4 0.09 MB 204 58
264,562 264,562 000000000000000aac14274031df7dc52641488d91d50ac90fc41c6da5f8f7fd 0.10 MB 266 67
264,561 264,561 00000000000000032c5e549bfd02c8a30498eb41b6d282d166abbe0951fd56c3 0.34 MB 384 34
264,560 264,560 0000000000000001e1eb4d43ea0fbfd0ca9a54cf602ff751a44f72383e5eac02 0.25 MB 555 139
264,559 264,559 000000000000000fd96d0f1c4999bb21f80719d14ca7262f562e9e108b7415b1 0.02 MB 52 107
264,558 264,558 000000000000000acdd31daa8852e6b17b6b22a0b817e5ca1f62080a1da00cd2 0.04 MB 88 50
Previous 10 blocks ↓
Total Size: 778.59 GB

Node Details:

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