Loading Tool

Explorer IconExplorer

Memory Pool

17,947 transactions
8.30 vMB
0.03722694 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.31/200 MB

Candidate Block

Mining Attempt 3cec452380363a038432f6daec8d19f8b1b7ce543bcea5766af8eeacf317781e
Version 20000000
Previous Block 00000000000000000001e0990096d2cfa519a4455239a76e52f0e783a20ccb94
Merkle Root 823d3568c42adb5e1c9a28d1bf06194ba982639d192d02e2124448b48e9c0ee4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,927
Size: 1.00 vMB
Total Fees: 0.01962107 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,414 (697,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,586 215,586 0000000000000167102f1d0c4b1f5989c19cf70e9872b7dd1ee5ac24dde4ad4e 68 0.03 vMB 206
215,585 215,585 00000000000004761827fa84fee4916a066016761260a6d89feae05600941778 626 0.24 vMB 207
215,584 215,584 00000000000004a5f878663319c63cae2f1d2eeb0c8e2fcb6921a320fec432b2 9 0.00 vMB 7
215,583 215,583 00000000000001e3125e300ded0616c08971e31ecda502f55021e791c53781a9 113 0.05 vMB 244
215,582 215,582 00000000000004b25eb0e9b7ab2052b711271bdcf9677644fe376460c91ce2e3 97 0.09 vMB 84
215,581 215,581 0000000000000562dcd73824141fcd800655048a56375ecbe699f3b31e98113a 553 0.20 vMB 224
215,580 215,580 00000000000001e3366795a74f06aa4320aaea72005d2013c58ac63d58ed2700 136 0.05 vMB 179
215,579 215,579 0000000000000223459d156d2a2ab48125cec5ab5fc35b6ccff6b1962b302021 139 0.05 vMB 188
215,578 215,578 000000000000000116df1a19692a43f47c3f030ef08e0b939f4124788dc800f4 12 0.00 vMB 123
215,577 215,577 00000000000000f79de505ebb4c72b6c70a007161e117210b4ba3036b893a047 141 0.07 vMB 141
215,576 215,576 00000000000001562b6b65f832beb0a99574e2d50a9aad168c5f589f1dcb7b4b 217 0.08 vMB 279
215,575 215,575 000000000000005000d04ef99322e28e8dba8130d7cc41c6b42e2cc211d71de3 24 0.01 vMB 137
215,574 215,574 000000000000035483523188a198151b620f4d5924c0590fd133fb0b33d8ba0f 95 0.07 vMB 50
215,573 215,573 000000000000016d6cf287fdb6366db3baca7f9a235e43fb6f2ff3943a580763 169 0.08 vMB 125
215,572 215,572 00000000000001f377a8d79f18f9e4434f05ae3b1acdd79a3a4c63571a762c77 587 0.23 vMB 274
215,571 215,571 00000000000001ba84b71c2dd3ae2d65b4299e432839bd26459710643a6c9180 61 0.03 vMB 102
215,570 215,570 000000000000024b1bcccec85ce12fa59f7813c52d2efca1a0ee22f1ec7a5068 207 0.11 vMB 163
215,569 215,569 00000000000004adc378c58938119e754af57cc580f031d9074786550dd39377 340 0.13 vMB 131
215,568 215,568 00000000000000b3ac75778cf9da9d8744909ff6c8c4a67d0a712c34115d6b7f 331 0.14 vMB 868
215,567 215,567 000000000000007812444b13afcd151ecf45654b4ec53be3caf8875a0a750128 429 0.15 vMB 190
215,566 215,566 0000000000000416817aa2d8e263ead8c144e517e53d75f66d01d08e95004b55 89 0.03 vMB 137
Previous 10 blocks ↓
Total Size: 779.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 288.51 GB
    • Received: 1.17 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.