Loading Tool

Explorer IconExplorer

Memory Pool

41,142 transactions
32.80 vMB
0.09500182 BTC
Random Selection Loading Transactions
Max Size: 163.41/200 MB

Candidate Block

Mining Attempt e24d2f07d222319268c60ea899ba49643ca856b3e39f2eda1bbdd0a34f2fe1df
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root 306104d57b4f130ff920cb807e6d51c89a482a8231b379f2a910937fae94dc0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,598
Size: 1.00 vMB
Total Fees: 0.02554510 BTC
Feerates: 501.64 > 2.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (149,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,373 765,373 00000000000000000000b87759a2b1b515c5ec3d1cdc4ee7dc7c6a1f7db0651d 3,437 1.00/1.00 vMB 44
765,372 765,372 00000000000000000001199ba5553d9323901307b3f304f1352ccd4c24ff6868 2,671 1.00/1.00 vMB 25
765,371 765,371 000000000000000000025bd57be6efd21fb0543cb73b210f623a215a9ac775d9 1,624 1.00/1.00 vMB 14
765,370 765,370 0000000000000000000005f13918fba7eb1789546433814e4737734382cdbe17 3,100 1.00/1.00 vMB 11
765,369 765,369 000000000000000000004d4c76d441cef9c87a759020c2e39b5527cb99b579c5 2,512 1.00/1.00 vMB 27
765,368 765,368 000000000000000000016bfb93351e1c761800edddf63588d2cf9a95fde492d2 2,980 1.00/1.00 vMB 42
765,367 765,367 000000000000000000029568ff1fb3f69753a8f33020d498e834400b4aeea0ed 1,524 1.00/1.00 vMB 27
765,366 765,366 000000000000000000005073d88085f09c1a6195eb5d8ff9ccadfbc917579d86 2,896 1.00/1.00 vMB 43
765,365 765,365 00000000000000000003e7c7fed9188cee604a90a72985f8b7ec49b579944736 2,097 1.00/1.00 vMB 18
765,364 765,364 000000000000000000008221d273c8e566b24cef570566f914e099102e85d70f 2,548 1.00/1.00 vMB 20
765,363 765,363 000000000000000000070b613c32a2d3731501ccd2d97663c53c80bfe09e6d4f 2,016 1.00/1.00 vMB 14
765,362 765,362 00000000000000000001e6c2054c36f0565a8946a43c6b753ac83b11b0d5e983 1,954 1.00/1.00 vMB 10
765,361 765,361 0000000000000000000458917ad389e3cefc68aba5cf6cacb971acef8d743076 3,247 1.00/1.00 vMB 38
765,360 765,360 00000000000000000004aeffe008d6836d538a2313fd1f67392521defdfa90e7 2,529 1.00/1.00 vMB 19
765,359 765,359 000000000000000000024b925233472adbbb76592bd9337c1ea9542e6bff9619 1,236 1.00/1.00 vMB 20
765,358 765,358 000000000000000000004c563bc3e0593ad66f98b1bff9e1ab5c9db39d0b817e 1,606 1.00/1.00 vMB 18
765,357 765,357 0000000000000000000135471413a6cf2990ecf6406b77191fc4fbfd680d2b1d 2,502 1.00/1.00 vMB 25
765,356 765,356 0000000000000000000436ffefe61a59cd5cd58e9e3855a14b0a269f3b392d35 3,445 1.00/1.00 vMB 50
765,355 765,355 0000000000000000000385b3a5aa6ba0c4e9d2bf80a54bda9251b96d5f50b2a3 2,182 1.00/1.00 vMB 17
765,354 765,354 000000000000000000055e702739b21283233d0e0c253a72ac993d9b44bffc7e 2,647 1.00/1.00 vMB 34
765,353 765,353 00000000000000000000100921ff6cb8d42528179693bbf919ba81d2515b5736 2,510 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.61 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: 624.09 GB
    • Received: 11.53 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.