Memory Pool Memory Pool Refreshing

9,283 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
906,101 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 4,136 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,100 (550,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,900 355,900 00000000000000000427feb74d5784ec55a9e0f060e0328f7220433477d719bb 0.10 MB 95 4
355,899 355,899 0000000000000000098d066f8c1b9f64afcfa9abb662f5433574786c37bd3642 0.65 MB 852 30
355,898 355,898 00000000000000000c2b75113c6d2539f436ee9ac90abf620d9d3a3a4a19d3e8 0.54 MB 1,044 27
355,897 355,897 00000000000000001707a26e9773da6693075b5d87c1f7a49a108f7aa5a0a2a1 0.09 MB 172 23
355,896 355,896 000000000000000010f6b0287b4d3ba7ab815170cf9b4b39bcf4ced2afcab7b2 0.00 MB 1 0
355,895 355,895 0000000000000000038da724e9685ecca7522e7a186e956c927bb1b84eab22a2 0.40 MB 858 29
355,894 355,894 00000000000000000f2f358546e16869894a6cb845b919ad8cc2ee54478569d1 0.10 MB 102 11
355,893 355,893 00000000000000000418ccbe1702b3ab16d19fe35c3f77682dfdefb053dd3a49 0.10 MB 100 10
355,892 355,892 00000000000000000d9b21a66c2fed13cb4cff2d4314bc14aab3113fcec0999c 0.13 MB 174 23
355,891 355,891 000000000000000005ba1989af41c9ba75a4d2e9e16c9b7ad931c71e877e1021 0.14 MB 301 27
355,890 355,890 000000000000000013423df25feeb2aead16f1098a89ee38e8caaca1cbadd67b 0.16 MB 280 24
355,889 355,889 000000000000000001f9e18812bc1328da067cc23b11966dbcedfccc066820cb 0.33 MB 731 31
355,888 355,888 0000000000000000080586cce270f42ca442ee0ade0335592b0d82514b81259e 0.08 MB 194 29
355,887 355,887 000000000000000011375fc50f7bf9e059c035df53664b30bea0bb6c9cbc447f 0.15 MB 304 27
355,886 355,886 00000000000000000dae3ce5e396641bf5f5e10c95d8bff74d05a31664c90418 0.14 MB 258 26
355,885 355,885 00000000000000000f1f9099fc391fd7a3e188a6b3168d7c5b9212f7d8907091 0.57 MB 857 24
355,884 355,884 0000000000000000097870c8ab5efc4fe55e44bd6bda7706c737516cbe0185ab 0.34 MB 507 22
355,883 355,883 0000000000000000080528aa8ff3264e46869db7791cac25ccceb4834f971a44 0.07 MB 99 19
355,882 355,882 0000000000000000146977801feb575d72197969e43214eb6e1721525894b7fc 0.33 MB 635 27
355,881 355,881 0000000000000000118e93a79dfa925c1787402b1c1877fb2feb7ec7d2c732c2 0.00 MB 1 0
355,880 355,880 000000000000000005b79517cad0ff91bbd53ccb42a4faae9f0e6c93744873cd 0.11 MB 211 25
Previous 10 blocks ↓
Total Size: 766.11 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,390.78 GB sent, 77.88 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.