Loading Tool

Explorer IconExplorer

Memory Pool

23,587 transactions
9.98 vMB
0.08093476 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.52/200 MB

Candidate Block

Mining Attempt e8a576302e020faebd899ab42044ad01da14137bac55459503ac17fd7febfadc
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root 31cc42bc5eb13e511087dccfb196434ea51f0a2deaf74c0ce327da01af0b7a71
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,459
Size: 1.00 vMB
Total Fees: 0.05076000 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (697,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
215,565 215,565 0000000000000529f310fec1e8ea2c2dd6f5a5c4985cbe794f4c4b12804c88c6 301 0.12 vMB 605
215,564 215,564 000000000000045f7bf38fbda8ed07fffb7ea7894eb854438129be5d04229ae9 556 0.38 vMB 131
215,563 215,563 000000000000022e1b32a31bb1d957063a89a6adbf294a9f97f0186c907ca9d0 108 0.05 vMB 56
Previous 10 blocks ↓
Total Size: 779.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: 277.49 GB
    • Received: 1.09 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.