Loading Tool

Explorer IconExplorer

Memory Pool

14,055 transactions
2.58 vMB
0.01321385 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.93/200 MB

Candidate Block

Mining Attempt 089cf3b6e400134fe5eec3b92f0b959fa4330b1e5c456cd7735457726ab654e9
Version 20000000
Previous Block 00000000000000000001081d5bbad6b9b9848939f97b3b1e3669ecb834a64934
Merkle Root bd41407b5cd7f8b8c1dcfac5cd8f1b54172e108fdc63db0dc09ea5df00433f42
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 716
Size: 0.15 vMB
Total Fees: 0.00700673 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,852 (647,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,530 265,530 000000000000000595984690bae0b2fcbdfdaa1cf43198fa8ce77919dccf161f 0.12 MB 275 107
265,529 265,529 00000000000000049b811140dbc9981ed092b83d1de30fca8d49fdf01222aaf3 0.09 MB 210 134
265,528 265,528 000000000000000737207716e1893399b12082c2d4635f3d8e96783ef2113f23 0.12 MB 284 111
265,527 265,527 0000000000000003d8dfa4f9e45f5e149f44b7817cd7770d5716a68fcc0ac9af 0.14 MB 274 87
265,526 265,526 000000000000000d38299861280d655bf5fac5616d7b5870514767006382db06 0.04 MB 88 86
265,525 265,525 00000000000000008081d0029c2ce4761a733356a32a285dc2a370129544afa6 0.06 MB 120 63
265,524 265,524 000000000000000957ac52b59871eb3ddd4f5091f586e6ab0c1956c313b44615 0.24 MB 582 131
265,523 265,523 0000000000000000c25fbd161f1f22bfc7c6e3c96422c7d05169dffb123ff2c2 0.00 MB 11 49
265,522 265,522 000000000000000d78cb0d59910d3ceb59ca35d43330c31543e26419b5eec7d3 0.14 MB 103 28
265,521 265,521 0000000000000004a15af097be4639ed607c484505842d99692ce5e2561b520c 0.14 MB 186 58
265,520 265,520 000000000000000ee7d3f60460523e88f98e1a6efe4cb43e2402886486fe6f06 0.02 MB 60 85
265,519 265,519 0000000000000003a71a562f2854911ab81a51c04be05d6c274e0594e2fc3e18 0.08 MB 193 96
265,518 265,518 000000000000000c62d1fc0584be5cd9603031c0016a167a1949f5ac8a87f04c 0.24 MB 326 95
265,517 265,517 0000000000000003928d36f8f64df188fef16edef72e4ca71ff29f13645488c9 0.15 MB 303 103
265,516 265,516 0000000000000001dba27443ae31f2f47969f38d2bcd1d3c8830d51f45c8a248 0.18 MB 398 115
265,515 265,515 000000000000000d461420a98f934b0fb17421071fcc3438f4a36519a674abfc 0.12 MB 297 152
265,514 265,514 00000000000000044190e2141964097f787913d734f154d516c06c141e17e1e1 0.05 MB 114 95
265,513 265,513 000000000000000563f8f362ef576f5dfab79ece79fd1db1336109190eb6607f 0.03 MB 72 67
265,512 265,512 00000000000000024a926bcdf089952dd108ef80004d9368accb75b9a21576a7 0.05 MB 83 44
265,511 265,511 0000000000000002b8978630279cc84becd51b3e174ed9bbaddc675f9661739a 0.03 MB 79 139
265,510 265,510 0000000000000005be5b8cea58c58e0cecfb3fbe29ebd4dea9ec9b304ee522a7 0.15 MB 111 20
Previous 10 blocks ↓
Total Size: 778.58 GB

Node Details:

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