Loading Tool

Explorer IconExplorer

Memory Pool

74,200 transactions
28.30 vMB
0.06942317 BTC
Random Selection Loading Transactions
Max Size: 168.32/200 MB

Candidate Block

Mining Attempt 2bf57047e9ee6c49825d81a82ce1eb71229638ba4dab4937ed9fb979b0787d0d
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root cb110da391327c16a6dd4ea3241fac7a18364611949bf7f6e5eb3ee3b4c84381
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,449
Size: 1.00 vMB
Total Fees: 0.01272993 BTC
Feerates: 101.62 > 1.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (347,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,201 567,201 0000000000000000000a8689d690ea4f51a29eb8b642c7ba9a0df6af23298432 1,096 0.90/1.00 vMB 4
567,200 567,200 00000000000000000019e9ccfaba44772e94626573797e29a988b7968a27cbb7 1,966 1.00/1.00 vMB 9
567,199 567,199 00000000000000000020c3e3460d89114a6af7b79f9a1107d5c6b2767b457fb6 2,766 1.00/1.00 vMB 22
567,198 567,198 0000000000000000001756c697a0aee1aeb7fd126777b1bcb528ccf19d5dde26 2,813 1.00/1.00 vMB 37
567,197 567,197 0000000000000000000202a7dee39d7949376119a6672252171b3a71c3abf7fa 2,776 1.00/1.00 vMB 29
567,196 567,196 0000000000000000002b3d72e6e759883912e731dd17b9e61fc28a04a686a1a8 2,795 1.00/1.00 vMB 35
567,195 567,195 0000000000000000000b5754f2e364903733256f1d3a8cb086f95c7cb0c89881 1,914 1.00/1.00 vMB 11
567,194 567,194 000000000000000000174f733912f0aa75aea1a7d515776976b7a8409e0464aa 1,947 1.00/1.00 vMB 14
567,193 567,193 00000000000000000020af10486c31d013bde0ecac95b921556be1d2ef907998 2,535 1.00/1.00 vMB 36
567,192 567,192 00000000000000000020f2cf0eb11a423eab07bf343232dd7aa5e5586ed3dc1e 2,774 1.00/1.00 vMB 40
567,191 567,191 0000000000000000000495db27a6e6d5dd1fb5248f6808bb9516fb867e32a7ec 2,632 1.00/1.00 vMB 30
567,190 567,190 0000000000000000002e006f0f435715dab58f8d97f4d638e971058e8dfd8e39 1,729 1.00/1.00 vMB 18
567,189 567,189 00000000000000000005c9611f29bfc6c682ef145b92d535856781f789718a82 2,253 1.00/1.00 vMB 27
567,188 567,188 000000000000000000158478de132b13a443fcb88b60dfba42bdc36276fe16d0 2,044 1.00/1.00 vMB 44
567,187 567,187 0000000000000000001348acadf4a6b63d601009ec3ff8b9fe3749f106b3ea0f 978 1.00/1.00 vMB 84
567,186 567,186 0000000000000000001ac042245beeb06e30ed009734d54d3119ea729115f98d 922 0.63/1.00 vMB 7
567,185 567,185 0000000000000000002975dca7e77a2b73f88c1bff54c64a98de4f655d7e4e9e 2,474 1.00/1.00 vMB 17
567,184 567,184 000000000000000000249ad83fa0882550df5ecef522def55ef3457d014eafa9 2,177 1.00/1.00 vMB 21
567,183 567,183 00000000000000000017a074e2a049863684fcc977ed1c8199cbfb5c4c2c3747 2,459 1.00/1.00 vMB 12
567,182 567,182 0000000000000000000bb1bc3f7748c872f24af1f545d52d9c5f303fbe909963 2,541 1.00/1.00 vMB 9
567,181 567,181 0000000000000000000fcd7cbfbc93f798b52d6d565d88a03b2fa43c1924aade 2,693 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.