Memory Pool Memory Pool Refreshing

4,433 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,655 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (805,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,238 102,238 000000000000f9a5a435c62c162d5482e5680c3131f92d64f26b9376786cfa46 0.00 MB 1 0
102,237 102,237 000000000002e87adb19c8632d76b532f39dc48e10f0299032110f783e822313 0.01 MB 35 0
102,236 102,236 00000000000026c195b955d3b4a39a9e3efc4c14e551d4a3d013b6e54d8a4395 0.00 MB 14 0
102,235 102,235 0000000000000b489950d37cbdea7bf56477c0a9a0f9f6764e7d9eba1a3e9d43 0.00 MB 14 0
102,234 102,234 00000000000014be032ee92b00934434e61ef2b3cbb479fbad7732f2abd1d9d2 0.00 MB 14 0
102,233 102,233 000000000001a3034e98845c60aedf2e7be47a4ef79661681a4be63b7939fba0 0.00 MB 14 0
102,232 102,232 000000000002c0d65dca2092d790bfb452d8b34a9d0967e9be9315285bd79833 0.00 MB 14 0
102,231 102,231 000000000003b01aef501dd81479030d0a7b1c34683b3f73c7bed50c8e8cca99 0.00 MB 14 0
102,230 102,230 000000000000f557ab842eec16aa7489aa900b91920e9b12c8b52af10cd40c9c 0.00 MB 14 0
102,229 102,229 000000000003a3f5bb951e86a0e13d835393bbe0e3a27ff6ed8fefa9a466f39b 0.00 MB 13 0
102,228 102,228 000000000000fcd668a4487f01ba0078d45cedffa5e2702d7e2babd558472940 0.01 MB 23 0
102,227 102,227 000000000000054bdc964b5497cad1f3c01a65960911d8b48744319d8b3e04d1 0.00 MB 3 0
102,226 102,226 000000000000d27c80d9772fa20b2bad0391aa6ba771dc33e3cffc486bad799a 0.00 MB 2 0
102,225 102,225 000000000002948127b650f08bed3dd2b7465bffac04f17285f96a870b93d536 0.00 MB 1 0
102,224 102,224 00000000000062d51a9514eb918a749da79b763ef0da337bcaf78289475a565f 0.00 MB 1 0
102,223 102,223 000000000002fb5783282f41cbcaa634b92ee71488ba02b7ca57460335c0ce6c 0.00 MB 2 0
102,222 102,222 000000000003348cba1c6efb8dcbf206d03a1ef614a3fe344f8e8319df0772bd 0.00 MB 1 0
102,221 102,221 000000000003b4184c1a8e41c4e38d0ab859f5415225a4a061e43e0dfaf00d89 0.00 MB 2 0
102,220 102,220 000000000003f0606d7fb0aa3d38d0314f73e093aad055a9e57b4454265437c7 0.00 MB 3 0
102,219 102,219 000000000001316de7506c773680c7bde2b8afcf6cd74cdb5b48bd0e0dd7bcf0 0.00 MB 3 0
102,218 102,218 000000000003821fe1dfd5e69b3feab7ed2079c2f300ebbd51319e5fb1668708 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.45 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,645.88 GB sent, 95.19 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.