Loading Tool

Explorer IconExplorer

Memory Pool

45,908 transactions
27.70 vMB
0.07633055 BTC
Random Selection Loading Transactions
Max Size: 146.57/200 MB

Candidate Block

Mining Attempt f8fa8ce16cbb2931d9554f82ed4abbbf28248de293888bb77567d54da8e431ac
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root f35d6cb2bf50e1d4d1308aeadddbf0436ce2f67477ee7a6e099122ecfb0664a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.02408288 BTC
Feerates: 502.65 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (167,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,268 747,268 000000000000000000006b3b7d63d457fd9b2a8abf05d6a7d7c11bb6e1ca39f4 2,616 1.00/1.00 vMB 7
747,267 747,267 000000000000000000082b4e8f6a1b127b4341df67f6e757d12084886cd11f19 3,277 1.00/1.00 vMB 16
747,266 747,266 00000000000000000002fbeadcfa0a1b4b8da8718fe9c633e5430e0de7b8a0e2 1,149 1.00/1.00 vMB 16
747,265 747,265 0000000000000000000336562c40dd1ca9fe1c1ebfe0331b1fe831e81af30e85 3,155 1.00/1.00 vMB 11
747,264 747,264 0000000000000000000823f5b497f121f9d60541183b021bca78241fcb2e5459 2,770 1.00/1.00 vMB 4
747,263 747,263 00000000000000000004c6622e51dffb232ccf8452404976134e16d64a280898 2,528 1.00/1.00 vMB 10
747,262 747,262 000000000000000000058ce4453c452403cdf5f43c95e016cc8718d01179bb24 3,854 1.00/1.00 vMB 15
747,261 747,261 0000000000000000000937c38fe1166778c64ed17d2922e7084abf5548009214 3,157 1.00/1.00 vMB 27
747,260 747,260 00000000000000000007d58b44944806e40498c9bdc13975f072f6b618f6d920 3,176 1.00/1.00 vMB 19
747,259 747,259 00000000000000000000c9ca9a18e2d3c4496af3ecadc4a36c9f146370ce36aa 2,849 1.00/1.00 vMB 13
747,258 747,258 00000000000000000007a640f4431902fd3e8f3eef1b9f779bdf8bc8778f55ea 1,162 1.00/1.00 vMB 17
747,257 747,257 00000000000000000007c38f741d037ce338881ff00e0952b9207177991f9298 3,397 1.00/1.00 vMB 12
747,256 747,256 000000000000000000099dc9f20a32122b3c011099fcb49215424c17f635da90 2,728 1.00/1.00 vMB 13
747,255 747,255 0000000000000000000958bb4a8cbe5aaf75a1b9792c4c79bf91f51721242a1d 3,555 1.00/1.00 vMB 22
747,254 747,254 00000000000000000005c0888273fb9f0d5315af2808a7e1c9727f6675ba46c9 3,286 1.00/1.00 vMB 18
747,253 747,253 000000000000000000043cff207c43a677ee1a2ba54fd378aa1f08a63cb59617 2,917 1.00/1.00 vMB 17
747,252 747,252 000000000000000000067c2d89530682873bea6ed2609279659707fdeb3bcabf 2,847 1.00/1.00 vMB 10
747,251 747,251 0000000000000000000637a72eeee85370376e0fc92a8119fb068ccd03e848d4 2,864 1.00/1.00 vMB 13
747,250 747,250 00000000000000000007bbf81280d394a562d5ec7c44a96c9d5e4fe126dc9b02 2,498 1.00/1.00 vMB 11
747,249 747,249 00000000000000000000bc918f0cc5608ed3cb60f5ff0ac0e6136ed7477ea3c6 1,166 1.00/1.00 vMB 13
747,248 747,248 000000000000000000017a90dc30a392466b4c1fbc6c83fed91bf3e0618cca7e 2,134 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.