Loading Tool

Explorer IconExplorer

Memory Pool

65,398 transactions
36.33 vMB
0.24687243 BTC
Random Selection Loading Transactions
Max Size: 193.27/200 MB

Candidate Block

Mining Attempt 60bf26c9719e57fa9a73cdb14edf697b57b79cf2d81ea290c8e04a80e2d4bcfc
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root efa89b9abd90afab5c54bab91fbf26c45d579cb39c86717c1e822fdf0d563441
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.13320120 BTC
Feerates: 1,471.76 > 13.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (908,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
6,345 6,345 00000000999f159b0f6ae26078f331d5d20aa65b17ab58b8b41422885eaf4b25 1 0.00/1.00 vMB 0
6,344 6,344 000000001e6107da5e086b101e8af5e8f68cb0f5d267c15d66358c6b9ad27af6 1 0.00/1.00 vMB 0
6,343 6,343 000000001c53155b3f5a9e3d7a9abdd9f73a6d7a244ef5891fba5ca0953fb03e 2 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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 601.99 GB
    • Received: 10.24 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.