Loading Tool

Explorer IconExplorer

Memory Pool

83,162 transactions
30.88 vMB
0.08139577 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt a851cfbf1641d95ca94b9a3b5aad7e930c66702df3c8e5a2218f8dff2db9f31f
Version 20000000
Previous Block 00000000000000000001f076bc3e786bae23f48eba6aa2ed10c3322f76f4967d
Merkle Root ebbbd2f4e14ae279ee35eb34490ad367f1c50f7893338d1069bb9da5321412bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.01187280 BTC
Feerates: 163.11 > 1.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,347 (513,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,198 402,198 0000000000000000028040de0bcd48edc49d561ebc78cb833f9385544145dda2 1,143 0.72/1.00 vMB 22
402,197 402,197 000000000000000004714fcac7fa12bb87c7c056d00011d72060c85cb3d67bd2 2,690 1.00/1.00 vMB 57
402,196 402,196 000000000000000006bac1258be6d262c16083a2085d619c86060d34231bdbe3 1,005 0.48/1.00 vMB 38
402,195 402,195 000000000000000001528ef4eebb5e08cb14dabb3f656faf4fc67b5069dd2a19 678 0.75/1.00 vMB 18
402,194 402,194 0000000000000000018cf044a23144d158196613b30877664d9d885a711534bf 1,761 1.00/1.00 vMB 33
402,193 402,193 000000000000000006b8d72578adf211454272f9a185a0593b5c0c75c49c2208 975 1.00/1.00 vMB 22
402,192 402,192 0000000000000000043b34943338bde406d5a2bf1d7e5d2f75ffc386a7e544da 2,177 0.93/1.00 vMB 48
402,191 402,191 0000000000000000026c9d61b6aae98acabb76e4e1ac9414a9d79edfd4f23ad9 1,060 1.00/1.00 vMB 22
402,190 402,190 000000000000000005277fc4b79032dbb381ea5bc21337cdb4ca59bd08fe700f 1,641 1.00/1.00 vMB 29
402,189 402,189 000000000000000006232a54ecb6a635ac2374c16e0f028dfa7c1b3fcf6e726f 1,520 1.00/1.00 vMB 33
402,188 402,188 000000000000000004f4e5f89937a704cc73557b17e158541353802cf22f4bea 1,114 0.99/1.00 vMB 19
402,187 402,187 0000000000000000056281043eae6ea375d917387871b4136b593608eff4ce38 2,378 1.00/1.00 vMB 56
402,186 402,186 0000000000000000002a52e0b011dc785289c15ee75e0ff57ae5031353a96267 1,541 0.93/1.00 vMB 36
402,185 402,185 00000000000000000025770a3b79649d1886da667191ce822cf80eca944037c1 2,633 1.00/1.00 vMB 52
402,184 402,184 000000000000000004cde3612c9ebaef9ffca79cda31410d8f30a0de924f4741 1,985 1.00/1.00 vMB 48
402,183 402,183 0000000000000000039013b0f807c06c279cef201205444a1fa7a0ca27cd530d 1,638 0.99/1.00 vMB 38
402,182 402,182 0000000000000000021bed3cd03326c22ca9fc0c9cf49d43e89430be0c7461f9 1,901 0.93/1.00 vMB 51
402,181 402,181 000000000000000004cdc63a05b29c998c626ff28aedb2ed5caeddb6d0bac8e8 2,338 0.99/1.00 vMB 33
402,180 402,180 00000000000000000479b8e5aa4a820503c4ce6286efd3d96a43bfd116c240d5 2,045 1.00/1.00 vMB 43
402,179 402,179 0000000000000000024cc1be6f70a2bd6dfbd8e86945853ead6bfcb70ecc6de1 1,685 1.00/1.00 vMB 63
402,178 402,178 000000000000000000ba645d0e82b3d388a0fe96771f0954a46ba50403332753 1,819 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.99 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: 717.97 GB
    • Received: 17.87 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.