Memory Pool Memory Pool Refreshing

4,249 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,653 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (773,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,908 133,908 00000000000009866329e782e0f76419c33a76fc8d06355ad2a2d857c3cab1fc 0.03 MB 77 239
133,907 133,907 000000000000055d38f0c7a492a9257ba994c2ee21e449c60de10f50c98df2c2 0.01 MB 38 89
133,906 133,906 00000000000008249596c3a105f18da45fa930edf1e2c5eea1a416204741c255 0.05 MB 115 322
133,905 133,905 00000000000000718b587a08a2ccb8e5ab64b2a46c331729f5d5f642ee148a76 0.00 MB 7 469
133,904 133,904 00000000000004445812ea26fac8a22898edbf628bb643f4e70fa322a6255527 0.03 MB 96 189
133,903 133,903 0000000000000c1e91b77856039d5c54b38cf277860ce2216197902a5b9d9556 0.05 MB 123 298
133,902 133,902 000000000000026d3ca0f59b46ac857449986e6b48e5c128f528110a0bda549a 0.01 MB 27 365
133,901 133,901 00000000000007a8c031547f73acc80414ee4f1bf4e6b9d7e28e5769b7e593ba 0.02 MB 47 878
133,900 133,900 0000000000000c06fe5c69c528d83ae1997c48dd3532d0fd876a5b522146f18b 0.02 MB 36 164
133,899 133,899 00000000000003ef9786d327c3cee7592baf6f47211c93f740f79f60818b4520 0.01 MB 21 847
133,898 133,898 000000000000086ece5aefc67de018d0a4b64ed457aaf594fb775ce3bd661329 0.08 MB 213 393
133,897 133,897 00000000000003bdbaff838c7af420f43b7d642880fc52a111c81f38e3d64f8e 0.04 MB 92 666
133,896 133,896 0000000000000784596bcd9e24ca1f059dd58bcb5ebf6fefbc4b15efcddc2362 0.01 MB 19 791
133,895 133,895 00000000000003beebd36be84735fe740d4d17f5dd45d23d874f4ac5df57efc2 0.00 MB 11 378
133,894 133,894 00000000000003c5abcffd6ef8d01fb2b855a905f334faaa2a1674e562eba551 0.00 MB 11 17
133,893 133,893 00000000000005f871b604a4749cf01b65baeb77bf206abceffd7dd043857b85 0.10 MB 198 458
133,892 133,892 000000000000012f44f4c83b9b68ebf0c82d43c4ab456315db86e5e1528b208c 0.01 MB 21 410
133,891 133,891 0000000000000a582711f551107cc8032b999aae4507d0fede86e77327b64405 0.03 MB 59 262
133,890 133,890 0000000000000118d95bb026e509aef3c71ffa70816209878716ee48426b217c 0.06 MB 202 191
133,889 133,889 00000000000002780337b193feb38a76c6f65f31c07d579dfa394eeb1f5f1b33 0.03 MB 84 318
133,888 133,888 0000000000000b223416a90c6f2be06bd80ff45f0566b2ad5e8ab7afdc1712a4 0.02 MB 36 1,017
Previous 10 blocks ↓
Total Size: 769.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,629.69 GB sent, 93.45 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.