Loading Tool

Explorer IconExplorer

Memory Pool

66,203 transactions
36.60 vMB
0.27365508 BTC
Random Selection Loading Transactions
Max Size: 194.75/200 MB

Candidate Block

Mining Attempt 7b6783f9a50cca79615b60873bd56fd35748e2187cbca68e00dece22a737d75c
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 8591a93b88c28aeffbdc6a31efe8f83b83a1175ab535656c32768f60aa386825
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.15028846 BTC
Feerates: 1,471.76 > 15.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (908,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,366 6,366 00000000aea58f55f01e9d576d809787af36dc351476fbf30fc7252062de3af3 1 0.00/1.00 vMB 0
6,365 6,365 000000002ece5ab68892dbfd32c3750ed5f36d53226e0c1aaac454a6e07c783e 1 0.00/1.00 vMB 0
6,364 6,364 000000004f27086ab1e6a6f04c4268a4658545cf2b9976d022fbd88514443f4e 1 0.00/1.00 vMB 0
6,363 6,363 00000000c4ab6fb1e089574673cda7ef0c322ef9b2f17ebca593215b55074bc7 1 0.00/1.00 vMB 0
6,362 6,362 00000000c6f922e9348292a92f734e07a905e00da502772962d7458f3c2378d3 1 0.00/1.00 vMB 0
6,361 6,361 000000001ffa94bdac5facdc01272d7b1dbcc95ec8deb80deb4a8dbcb17ffb28 1 0.00/1.00 vMB 0
6,360 6,360 00000000bdac76ae889c00504676e02c8be25af4a92539ac2641bb7e32014ddf 1 0.00/1.00 vMB 0
6,359 6,359 000000002476471a1189d9a7ba2b3754c9cdffa56349c07fee98393bcf6dff10 1 0.00/1.00 vMB 0
6,358 6,358 00000000578c7f5de49b1e67a0f0a98f36cd206c4ae8bec82edbe04960e316c4 1 0.00/1.00 vMB 0
6,357 6,357 000000007721a546464c7708aa9257e62bae773ba89583442dd5ba2f8162b9d8 1 0.00/1.00 vMB 0
6,356 6,356 0000000044b220178a823e636b1350c16318b6bb86761acd926994986c036cc6 1 0.00/1.00 vMB 0
6,355 6,355 00000000b06b148c98d937cd4ef4dcf0aac695a60ca50472746979b59862d038 1 0.00/1.00 vMB 0
6,354 6,354 0000000019609f139be32f2e339a6864af9cf0e259bde27e193fa90d333e2e9c 1 0.00/1.00 vMB 0
6,353 6,353 000000005763adc8fedd2c39384fee4d016cb843f129ac6256d90a95a0ed1b7f 1 0.00/1.00 vMB 0
6,352 6,352 000000006af63aee2f43a15fd4fb7976da0be07ed90e0fa4feab5763a039eef4 1 0.00/1.00 vMB 0
6,351 6,351 00000000a8bdd379ebecfbd4b8a14d03ba76db5addf4274eaa427a84932883bd 1 0.00/1.00 vMB 0
6,350 6,350 000000006468ac6f353b6619057b3be1e44029731272ea2cf3e6bb7427f226ce 1 0.00/1.00 vMB 0
6,349 6,349 000000007c6befb84efe7266c7cd2573f1452573f7d397578b7b67198bb0cbbc 1 0.00/1.00 vMB 0
6,348 6,348 00000000709ec29ec2dc71813775b703420a9778dac292d48d28756d7ecdd60f 1 0.00/1.00 vMB 0
6,347 6,347 000000000d01f01bdf97b4cb90133fc9f2e20a61e1cd62a43101f5fdfd88eb11 1 0.00/1.00 vMB 0
6,346 6,346 000000009a6420e6e84a56b9e6c56b15aa3836d168f254bbfb05a0ce6599cc45 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 GB

Node Details:

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