Loading Tool

Explorer IconExplorer

Memory Pool

56,091 transactions
31.87 vMB
0.20406222 BTC
Random Selection Loading Transactions
Max Size: 171.84/200 MB

Candidate Block

Mining Attempt 32a3aa7cd299b605cbd8159822781dc3ebe15bc84ce5796a2a9d47fb1aa2ce6b
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 6c602a230f1e15777a930aaf6588e5dcab375157bd2975dead175ffc1e43e946
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.09281381 BTC
Feerates: 502.67 > 9.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (350,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,290 564,290 0000000000000000001ab32ffdc62323d29f0b289614ad9031411b501f7d2c32 2,801 1.00/1.00 vMB 30
564,289 564,289 0000000000000000001b6b9d85e8e15508f2d886ecdc504b9bf318a46858f516 3,089 1.00/1.00 vMB 19
564,288 564,288 0000000000000000000e6a795f05a8a30c817e5e59c9025d14784c67c82832fb 2,958 1.00/1.00 vMB 11
564,287 564,287 0000000000000000000ed7ea79f8b5b8f53417e8ee7adef76c98c4a5ffdc56ca 2,596 1.00/1.00 vMB 31
564,286 564,286 0000000000000000001a8b6d7a246dfd5a20f3b1b4991a5f7ecb7c75a1867f1f 2,012 0.80/1.00 vMB 11
564,285 564,285 0000000000000000002bf45a5a4a21483ddab30127381b7e84601aa452147c45 2,883 1.00/1.00 vMB 5
564,284 564,284 0000000000000000002b33e1cf61b67996cc7375a6c8b6e450bede90af760e76 2,499 1.00/1.00 vMB 15
564,283 564,283 00000000000000000004227c07eaf3951140cf6a18584027fd11904177591bb8 2,751 1.00/1.00 vMB 51
564,282 564,282 00000000000000000019ddc94f2a1bd3c28a56bc99c70dd5ac7236cadd108506 1 0.00/1.00 vMB 0
564,281 564,281 0000000000000000001d2689489e1767d8b1400f9acc4a27491941c7b4a12a01 3,122 1.00/1.00 vMB 11
564,280 564,280 0000000000000000002a2008a58886454fb703903f2702786e0af48be7a0d98f 2,838 1.00/1.00 vMB 21
564,279 564,279 00000000000000000005a1c9d3588d2f3e0a311b7efc81d5f75c1b1970a26b84 2,374 1.00/1.00 vMB 11
564,278 564,278 00000000000000000006b616bcd3b4c5d809f80410871ee7961a1c99d8f4a083 2,938 1.00/1.00 vMB 14
564,277 564,277 000000000000000000147290489a9e0c77fcf1c1370e8e5ef1f3934187e93613 2,321 1.00/1.00 vMB 41
564,276 564,276 0000000000000000002e0d5f675da5a69b3c3129283600b740558f1b4e01b7ff 2,902 1.00/1.00 vMB 7
564,275 564,275 00000000000000000020e63cb62bec662241b8bc3f3e87e83a710c91a1997a5d 3,164 1.00/1.00 vMB 43
564,274 564,274 000000000000000000057047553030b839699e368da46cfb9e92b9b1436c2085 2,970 0.98/1.00 vMB 17
564,273 564,273 0000000000000000000490d106ef8a7b05bc9afbd62af8918939101c10158a29 69 0.02/1.00 vMB 28
564,272 564,272 000000000000000000225794ca1b7e57103ede508ff53b0471dd82e0186b4ee2 1,366 0.44/1.00 vMB 23
564,271 564,271 00000000000000000023b69f252dedb697b5c361b83209412cd21f0573706596 3,128 1.00/1.00 vMB 18
564,270 564,270 0000000000000000000674a05c77c2911ad42c94bc4170ac90f0c89ca8c92734 500 0.15/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.