Memory Pool Memory Pool Refreshing

15,046 transactions (5.40 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,890 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,437 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,889 (833,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,368 75,368 000000000002909d6b0c479545b348d5ad3e6b413f24b4a3e54b60ae38fd7d31 0.00 MB 1 0
75,367 75,367 000000000008e055dc91f5aaebaac27a429884e78429ee0e34854647faef86be 0.00 MB 1 0
75,366 75,366 0000000000032ccb5a2ffc14e60d1229d98d47368feb5b7a91d5af2e7ae6e07b 0.00 MB 1 0
75,365 75,365 00000000001aace528e8bd21642a3f490e039131302451a8cb9f688ac394e82a 0.00 MB 1 0
75,364 75,364 00000000005524495e54a1bb1ac914902f1ffb7608ff398c431e88d0c1f5fb1e 0.00 MB 1 0
75,363 75,363 00000000007f05c3f5470eb86980fb8708cca778ddf5fbcf3dcb47a68b5357a9 0.00 MB 2 0
75,362 75,362 0000000000282009422ca0a4a550e2a7dcc104d803e8e78f5ea2618202ffc799 0.00 MB 4 0
75,361 75,361 000000000002537ec915a752d7aa0c272b2f43d3bc966e47c7ade8dacd944711 0.00 MB 4 0
75,360 75,360 000000000063ba467d2d8d8aed6fe43ae5c82afa708022bc1dbeecfe3669d959 0.00 MB 1 0
75,359 75,359 00000000004d940da32781fd1beeef776ab512cf24cac92b7c1c428ca7878b26 0.00 MB 1 0
75,358 75,358 00000000003c6c91c2c353e45833eb54681cd6ebc68d72241a851ea57d5b518e 0.00 MB 1 0
75,357 75,357 0000000000798c39c0f12ca0de25310f1055a074ab0f25322b0bbe4a94dc00b0 0.00 MB 1 0
75,356 75,356 00000000000357041eedde7a45e35c869e0f20d9cf9b186bd38635c180d509af 0.00 MB 1 0
75,355 75,355 000000000027cfcdc33b8305d726b21481456b083c5f51b72254f79428a29404 0.00 MB 1 0
75,354 75,354 00000000000d977723f3d7f3372ae2e4b85ec27bfc472dac89aa85f075c67964 0.00 MB 7 0
75,353 75,353 0000000000370abdcee9f6c171d0775a8bf926e8ccf889272581d759e73f0020 0.00 MB 2 0
75,352 75,352 00000000005941230652a1b93365d57c1b9161bc1ad1000ef4041de1573e46e3 0.00 MB 1 0
75,351 75,351 000000000021b8e9a3ae21a85fd2dec8dfc150cece24aff7f68c39333e5c5074 0.00 MB 1 0
75,350 75,350 0000000000213fbc6c186763281624744b05d674a5f4b24113ccc326a8b1910f 0.00 MB 1 0
75,349 75,349 0000000000089af2f7aea45a280e94ec6bec1fb1b5010eb6febacb56e09a59e6 0.00 MB 1 0
75,348 75,348 000000000040ff8f3d3bcc858665b21aefe42a971b45201501cc7c8de068eb6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,863.22 GB sent, 103.96 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.