Loading Tool

Explorer IconExplorer

Memory Pool

77,851 transactions
28.82 vMB
0.10800754 BTC
Random Selection Loading Transactions
Max Size: 174.22/200 MB

Candidate Block

Mining Attempt daa90b0e90d5a4237c5398ea9cf821359a33e4f956e4ae5514cac5079ca68029
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 6ac70a7b5945e12a3f217b434bd105413f41b317306d8f170a8de99c89c4d5a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,200
Size: 1.00 vMB
Total Fees: 0.03820675 BTC
Feerates: 150.80 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (343,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,034 572,034 0000000000000000001c9dbe5a8f29599ffb55b53fdf3b6c231a20d3b3cfa20a 3,150 1.00/1.00 vMB 82
572,033 572,033 0000000000000000001e33a90385ba50509dcc72befbc809011c7183f59b7dbc 2,642 1.00/1.00 vMB 55
572,032 572,032 0000000000000000002702e200fb657b7243ebcb7511bf0b455ebcfa0969c4c2 2,483 1.00/1.00 vMB 60
572,031 572,031 000000000000000000027b448f2663e882d69026d628d4e104a111f1d24d2c81 2,415 1.00/1.00 vMB 64
572,030 572,030 0000000000000000002bce23ec7709036829e5bc0315cc2ab45471c6e4c0ee51 2,255 1.00/1.00 vMB 65
572,029 572,029 000000000000000000083c1c582715b49f7befbe393b5c72c3a1a702a021147a 2,819 1.00/1.00 vMB 68
572,028 572,028 00000000000000000029e9b70e5a074882e53dbbd656d445191df70f94805301 2,716 1.00/1.00 vMB 62
572,027 572,027 0000000000000000002045e49b5679ec9eba68fafd2892f3ac24ef1304d6ab8b 1,217 1.00/1.00 vMB 63
572,026 572,026 000000000000000000135593a45f2b0235ef1d545d4ea7e46e69de375195fad6 2,911 1.00/1.00 vMB 90
572,025 572,025 00000000000000000018400584fa82cf0dce7189743b19e04843b3a1fc0509f3 1,778 1.00/1.00 vMB 73
572,024 572,024 00000000000000000021306edefc33f48cf64e7746f5daec5ca4778bd87cd9bb 2,624 1.00/1.00 vMB 86
572,023 572,023 00000000000000000015c7ec4ba1b71a42e576fb704859e94affeec916d16a7c 2,910 1.00/1.00 vMB 76
572,022 572,022 0000000000000000001b2c82cce0eb368174a46024d7fff5c007659c3c0c02d2 2,754 1.00/1.00 vMB 52
572,021 572,021 00000000000000000019bab34748fb7736c4dea213a4b29bb081a9a9a0e9a1b9 2,976 1.00/1.00 vMB 69
572,020 572,020 00000000000000000008399dc8bb5de924493412104c3221a309de7f424077d1 2,709 1.00/1.00 vMB 73
572,019 572,019 0000000000000000002b9c57dc7401899359503dfaa4f8a05a2cdd12a9d29b4b 1 0.00/1.00 vMB 0
572,018 572,018 00000000000000000021473c867d5338af5e09406be1bf89da6732906e95825a 2,399 1.00/1.00 vMB 59
572,017 572,017 000000000000000000197171f7809ed8a2e5ed1093b405572ee97f3f534583bf 2,034 1.00/1.00 vMB 55
572,016 572,016 0000000000000000000ea54ea3990e5f9480bfb5513bbfbd71e7f6098abdb567 2,578 1.00/1.00 vMB 71
572,015 572,015 0000000000000000001494987eea50c19ac0dd5358e4d2d22380e368c1dbfe56 1,816 1.00/1.00 vMB 57
572,014 572,014 0000000000000000000d31f8e75c2803d10fcdfe81d0d2fcc535e09dc496f785 2,307 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.85 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: 712.69 GB
    • Received: 17.21 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.