Loading Tool

Explorer IconExplorer

Memory Pool

55,830 transactions
31.93 vMB
0.17285312 BTC
Random Selection Loading Transactions
Max Size: 171.85/200 MB

Candidate Block

Mining Attempt 27fb918de29542f01ab324011f17855ddfe773e1f720f34853924ea2d3dc9722
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 2f7e1735c011198127fbb58541f316c8bc68e9bdb52bc29b78f97c86e5d0cb0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,770
Size: 1.00 vMB
Total Fees: 0.06873777 BTC
Feerates: 465.21 > 6.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (203,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,367 711,367 00000000000000000009f4a72b1ccf76e4bd8e5b9b5d23129dcfeaca420656cb 2,696 1.00/1.00 vMB 17
711,366 711,366 0000000000000000000115e0c1b48269a8a1a8249265d48bd10c34302771deeb 1,875 1.00/1.00 vMB 7
711,365 711,365 0000000000000000000185ccc063928d1872d55e14a35b1e85b866f69faa44aa 2,960 1.00/1.00 vMB 13
711,364 711,364 000000000000000000012d7b4a0f937b50520cccf58abb2cf715aa5bfa4797ef 2,268 1.00/1.00 vMB 5
711,363 711,363 00000000000000000007532def440be8c226e96ed283e2523fe6a9e2c15d3839 1,487 1.00/1.00 vMB 7
711,362 711,362 000000000000000000004998f340988cb1541d382258be51078bb1d1b1004acd 2,271 1.00/1.00 vMB 13
711,361 711,361 00000000000000000002aec3c7b203d7c6d7683d6a4130b24103c2b442c3d0e7 736 1.00/1.00 vMB 5
711,360 711,360 0000000000000000000863d9400e22391e41ca4a53a98243959fe5f5cf257268 2,884 1.00/1.00 vMB 19
711,359 711,359 00000000000000000009de4a7d70ad38ed32a5617655822d65729ccf02efc8c8 2,057 1.00/1.00 vMB 9
711,358 711,358 0000000000000000000bb62168b3ff2071f2c8cdea5c8d787ede3bd34c326d3f 3,097 1.00/1.00 vMB 20
711,357 711,357 000000000000000000044b6444c8d9945fe4fffc4a185fdc2a11178b34f2a1aa 611 0.20/1.00 vMB 12
711,356 711,356 0000000000000000000295905d4106441faae063e5921e01680ce6f27a082621 908 0.35/1.00 vMB 11
711,355 711,355 00000000000000000008f04bd8b5e0f9c95d2cea895eceec1c8ec25f28603e9c 541 0.21/1.00 vMB 13
711,354 711,354 00000000000000000005ed0510f9c7a9c84a28a7eed8590e7085fa197dc3cbb9 868 0.33/1.00 vMB 13
711,353 711,353 000000000000000000015668a89796eb1a21b222f058d26a0c42871ddf28b65c 1,114 0.42/1.00 vMB 12
711,352 711,352 00000000000000000007fd306963763894712d0749829403005f7e55c64bc9e0 2,317 0.93/1.00 vMB 12
711,351 711,351 0000000000000000000be59332f7158e9a778ca12befbd4fb3b3b72d7853cbfb 1,388 0.88/1.00 vMB 5
711,350 711,350 000000000000000000067f73494dc847b68da1492f677a232ee743a9ef51575b 1,406 1.00/1.00 vMB 2
711,349 711,349 0000000000000000000527d94b7126190c1a9d1157e2c16f8744f568e184b7c1 984 1.00/1.00 vMB 2
711,348 711,348 00000000000000000004c235ca01c0804cdc2f1242720c763221ad449ab1d520 3,123 1.00/1.00 vMB 13
711,347 711,347 0000000000000000000b5c6679b77b5d9c9e2b4ff0bdddcee123bd97503ecf4c 2,224 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.