Loading Tool

Explorer IconExplorer

Memory Pool

44,759 transactions
26.80 vMB
0.06584769 BTC
Random Selection Loading Transactions
Max Size: 141.47/200 MB

Candidate Block

Mining Attempt 8b429d321580de6f6d015e2258d35efeba36eff76476a80556ca177a18bdb84a
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 872c2e56d8d952c1a6c322d7739082d23c15a2cc96be825d7680f09ab5ef7216
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,405
Size: 1.00 vMB
Total Fees: 0.01650629 BTC
Feerates: 100.36 > 1.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (525,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,382 389,382 0000000000000000009db7eba7c83eb2e4d0ada6d6a085ef985d685dbbc85c1a 2,843 0.95/1.00 vMB 47
389,381 389,381 0000000000000000070e048e77a613bbb6f0eb57dc08e9fca2cf6923f0ce81cf 1,522 0.70/1.00 vMB 37
389,380 389,380 0000000000000000089bfe3d17e27b941641cc9d988dabbb73b669ed59bf03f9 447 0.33/1.00 vMB 29
389,379 389,379 00000000000000000632cbbbc1b9e23252af144e77cbfd571d8c7a897e581899 677 0.29/1.00 vMB 39
389,378 389,378 000000000000000009f3ab8d27a5a087a135433b89439de67a41e97aaf9f62ea 459 0.19/1.00 vMB 49
389,377 389,377 0000000000000000037dce2ff5da2b8658926ba36eff899e4e81555974bd2382 549 0.24/1.00 vMB 31
389,376 389,376 0000000000000000070d32b04863d3886509d293aee327fd6cf99c339da369ef 1,440 0.65/1.00 vMB 36
389,375 389,375 00000000000000000076761c5ecb75ab35d857e2161813bfc8be337008ad9b37 1,173 0.48/1.00 vMB 34
389,374 389,374 0000000000000000028d37cb2a47462e82c555f8e55a8b1f888e26059bf97a1e 1,613 0.94/1.00 vMB 26
389,373 389,373 000000000000000009860c22e0b084d41ca32b905ed13970222c755c0cec8805 2,266 1.00/1.00 vMB 29
389,372 389,372 000000000000000003bc4d861cf7916ec98a8cbb23e4985bfb5cae3def7cbe5c 2,646 0.75/1.00 vMB 72
389,371 389,371 0000000000000000061dbe3ad3d5168b79f8a2a8179892431af556b889e9a9a9 811 0.40/1.00 vMB 29
389,370 389,370 000000000000000002b56e9f5042e40709d5e7c5c85701ac0972a1ddb8da7107 874 0.37/1.00 vMB 39
389,369 389,369 00000000000000000a4dc974c37b25a5421cecb8bc9648a3d1f9937aab646d27 904 0.35/1.00 vMB 37
389,368 389,368 00000000000000000b76d18e0437ad139b32ba22f3594814cf620a32de31d6ad 1 0.00/1.00 vMB 0
389,367 389,367 00000000000000000967274cda861c53fd8fcc2b27b2559242ba2dde3fc14fa5 600 0.27/1.00 vMB 31
389,366 389,366 000000000000000004cf8f64e479732d57790e4f2d62b995f5aba5e7f809e4f2 1,261 0.50/1.00 vMB 32
389,365 389,365 000000000000000008eab7f6f3e4199a39dc55c718fcde49ffe65bfa0adcc610 387 0.19/1.00 vMB 56
389,364 389,364 00000000000000000991d435248aa2d2e8dd8d2b2ba3851d5f8f2a7f18ad4d63 1,350 0.54/1.00 vMB 35
389,363 389,363 0000000000000000055d15cd30530f6eb2311217675b26774b339aabdbaf6eeb 2 0.00/1.00 vMB 0
389,362 389,362 000000000000000004cb1b160be8e6c8e3ac4efbb13e8fbb5f83251199e77e18 432 0.19/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.76 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.