Loading Tool

Explorer IconExplorer

Memory Pool

79,566 transactions
29.91 vMB
0.11414924 BTC
Random Selection Loading Transactions
Max Size: 179.57/200 MB

Candidate Block

Mining Attempt 91f5cc0708dda0c59aacfcbe1737336ac9eadc687c13a9e4064f4ee000f85022
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root dc747c60e0320d062a985c162965587ff955094b8a3f87c87ad3d2b2724997a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,013
Size: 1.00 vMB
Total Fees: 0.04776042 BTC
Feerates: 150.80 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (260,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,920 654,920 0000000000000000000d823d9609ab6cf4c395169437d4f7f0bdf11e2c6a5a14 2,406 1.00/1.00 vMB 163
654,919 654,919 0000000000000000000870094b72a02636d200b231cd85cb655e01cc9daaa9e9 1,483 1.00/1.00 vMB 275
654,918 654,918 000000000000000000076ecadabc1da6cefa0d517c71634ad0772f51618051fc 2,238 1.00/1.00 vMB 139
654,917 654,917 00000000000000000006fbe7a8fe8783e6f8a14cd8604c4b6b97f1ab73eb3434 2,414 1.00/1.00 vMB 182
654,916 654,916 0000000000000000000145dc354cba92392e3edebd5ce20bbac8a9e71adf461b 2,418 1.00/1.00 vMB 178
654,915 654,915 00000000000000000002fc97b15d50e38ceb0c6a83da4344ce836b01fc841eea 2,122 1.00/1.00 vMB 119
654,914 654,914 000000000000000000078383ad38cc17b9f24db9ccdd4e06e8508d5a8605728e 2,774 1.00/1.00 vMB 265
654,913 654,913 00000000000000000003a5e1b5f8ae300910808152cd6df04878fc2ca8eaa611 2,491 1.00/1.00 vMB 127
654,912 654,912 00000000000000000001c3eba06442d55c940652ba6d30a31968e0ccd4dd2ea9 2,518 1.00/1.00 vMB 181
654,911 654,911 0000000000000000000c219e93725892b6f3ab3dd99e657310a2b1aa00347b7c 3,055 1.00/1.00 vMB 150
654,910 654,910 0000000000000000000d2063b71975d2804162548645131e8e0b9cc82ea03ca5 2,666 1.00/1.00 vMB 158
654,909 654,909 00000000000000000004cd960875fef349708d8f8cd7a4f9ee6b646fe2820c10 2,835 1.00/1.00 vMB 264
654,908 654,908 0000000000000000000324c93775767d11083af5e2d0543ece21bba5641dacfd 2,867 1.00/1.00 vMB 354
654,907 654,907 0000000000000000000b17ba8f01b7c69cb91be2852a566591533eff352aa87b 1,738 1.00/1.00 vMB 259
654,906 654,906 000000000000000000026f35fcc9e4b788b22135f50a501941536ec8bdeff812 2,869 1.00/1.00 vMB 205
654,905 654,905 0000000000000000000e0c61768ca594295d9b533e0bf8b22c0c10d5c5c0f8cb 2,825 1.00/1.00 vMB 262
654,904 654,904 0000000000000000000c40e173aa9cfb96d94c53309e4683ca242d4a11ec5513 3,286 1.00/1.00 vMB 269
654,903 654,903 00000000000000000000593e4dace0384e914c77296b11bfc41dbf071dad0228 2,711 1.00/1.00 vMB 301
654,902 654,902 00000000000000000009009f14aa1cfad10f8fd9efdcfab5f6a7fc0be9f6dd4a 3,034 1.00/1.00 vMB 298
654,901 654,901 0000000000000000000561c8d2d6a29d5d2282550e19f2e075cb7358e948412e 2,473 1.00/1.00 vMB 338
654,900 654,900 00000000000000000005257d814241f317a4acc9be6f4a162e67e4ab2b3287d5 2,757 1.00/1.00 vMB 307
Previous 10 blocks ↓
Total Size: 782.57 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.23 GB
    • Received: 15.88 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.