Loading Tool

Explorer IconExplorer

Memory Pool

79,111 transactions
29.18 vMB
0.08588314 BTC
Random Selection Loading Transactions
Max Size: 176.87/200 MB

Candidate Block

Mining Attempt c49655e3d28920f48d2065808d4b966b5a36ecaffd45297076d3e070968c4b92
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 38640448573ee68a133beac4c85db147188f5d8e7606c6afe62b8739d7b9ee3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,278
Size: 1.00 vMB
Total Fees: 0.02493984 BTC
Feerates: 146.36 > 2.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (347,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
567,180 567,180 00000000000000000027c432469ce5aac2df06ceb1a34ae96597229f80b91d2a 2,712 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.89 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.