Memory Pool Memory Pool Refreshing

668 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,789 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 662 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (597,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,936 309,936 00000000000000000daeaf241081563c7cc16f5edb95b3dd6a03d64ef75ba7f4 0.28 MB 315 20
309,935 309,935 0000000000000000025a2b1eae2923f375a0c23d309ad07276c89d968b35d70e 0.07 MB 151 31
309,934 309,934 000000000000000039013f36f899a686016deb934b67babca09b82fe1eea46de 0.02 MB 49 34
309,933 309,933 00000000000000001a97160dc697c0884513324b53726d8ab28c79c694490448 0.37 MB 731 30
309,932 309,932 00000000000000003a5bec15243a315796a0bc9ed2494f3fd003168efd403811 0.33 MB 675 36
309,931 309,931 00000000000000001265cd26b3dd3fe7eab8859d66ddd2fc5e7c9d58a29698ea 0.12 MB 153 18
309,930 309,930 000000000000000040ef824b445b4334d742954723c467771b868095c264d63c 0.25 MB 418 29
309,929 309,929 00000000000000000c74b3e03a0e57ef25032b82f8d839b2f5afb16bdbeabde1 0.21 MB 258 23
309,928 309,928 00000000000000003728e16d9aedb606be3e7afdd6583c5964be1588ff841bc4 0.13 MB 137 16
309,927 309,927 000000000000000008e59c75054217772acb5ab5f245e2cfd34220480f6b0635 0.07 MB 128 32
309,926 309,926 0000000000000000199dbe4d67d44481fa7c0e8f3ae8aaf9d44f412bef539ed2 0.44 MB 802 28
309,925 309,925 00000000000000003271e805f03518f01584856683be6113fff8d8301056f5f7 0.10 MB 110 17
309,924 309,924 00000000000000000d375abe58b257b8f9fc6187b967e8aea3dcc8ce4d760a98 0.09 MB 256 44
309,923 309,923 0000000000000000145c1ef0069716d0747510aab5d9ae4898e3e600982ee2ad 0.04 MB 114 37
309,922 309,922 00000000000000001133965c9eeb92ca824187a2ee234981439b5d7f1ea537c7 0.27 MB 393 26
309,921 309,921 00000000000000002bfa58d0e1924c0c83911ce6df565dc9b5dc630de4631164 0.15 MB 271 30
309,920 309,920 0000000000000000327115502bb788280b055825f5658e80e3ee6d21a9dba08e 0.19 MB 344 27
309,919 309,919 00000000000000002ffb4ad1b20b831a77d42f14dca132d2befe34566c38ff29 0.56 MB 985 30
309,918 309,918 00000000000000003f3bf6934a5a2c9f3b9c0856fb592043fb6e5bc171a05e18 0.06 MB 70 12
309,917 309,917 00000000000000002ecb0542f3aeb36c40d50516778929b4e672e84c05c6dd4c 0.52 MB 838 27
309,916 309,916 00000000000000001154b2acc193e88feb6f128bdd2da8634b2298a976cbe638 0.22 MB 293 23
Previous 10 blocks ↓
Total Size: 769.14 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,632.15 GB sent, 93.60 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.