Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (50,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,135 857,135 00000000000000000002bfc15f726dc46862a879b7da8eaad552fd2d20cb64be 1.58 MB 4,506 4
857,134 857,134 00000000000000000001712f47a4c89bba0f5214145a26395a51c590d7920887 1.71 MB 2,535 4
857,133 857,133 000000000000000000019994f7d34eb69059d31b230d97c9eb1f60af57e69c5e 1.70 MB 2,928 4
857,132 857,132 00000000000000000000332201a4c5a66587f3e24417e6e6adb238b8390f2b4f 1.43 MB 2,887 8
857,131 857,131 00000000000000000000aa84861626ecdbc08f0d0ae253919a20cb3f3aca9d88 1.68 MB 5,718 4
857,130 857,130 0000000000000000000312602a6f3d0dcb5b20572a541cdde7019ff4ffcb9c06 1.63 MB 4,847 5
857,129 857,129 00000000000000000000743616f29d1e550f72f1c4c3de66ef78113988d5ae16 1.68 MB 7,290 2
857,128 857,128 00000000000000000001aebf41f581b1c474a3cd306d5768e4598c1ebfabdb95 1.87 MB 4,800 4
857,127 857,127 000000000000000000029ea5920e70b7a9d429263fe75c4107884e805aa23330 1.46 MB 2,716 6
857,126 857,126 00000000000000000000d91bca2937d7a1e87cf088597d1f44c56a57facf74da 1.44 MB 3,031 5
857,125 857,125 00000000000000000000d56ec6eaf7c5da8aa90acb6e84a6970e9f74bfce7866 1.52 MB 4,121 4
857,124 857,124 000000000000000000028ae7bcf4660cdb11aaeda49c1c407635b8a4b62601b7 1.74 MB 6,409 2
857,123 857,123 00000000000000000002a5c7554e857c4813e2c8320d60e477bdebfd96850355 1.56 MB 6,593 3
857,122 857,122 000000000000000000012844f29c46a35d506ca1e676ebdca44052e3d7d1ea8b 1.61 MB 7,079 3
857,121 857,121 00000000000000000001705dc966477a627a917df7365ce606fb6cb70a1a472f 1.62 MB 7,694 2
857,120 857,120 00000000000000000001d9fca83a08d42c17bfc5e53a61d6ead3363a9addae8c 1.61 MB 6,247 3
857,119 857,119 00000000000000000000d071ba72d73bdad2739b46de7f98e561848a886ff817 1.68 MB 6,388 3
857,118 857,118 00000000000000000001fdf8bd7f23de0725526492cf72874f734302e291cbfc 1.59 MB 5,067 5
857,117 857,117 000000000000000000028b9f316a46bd06451e5cb770d6eb20c902a6a117058e 1.62 MB 7,480 3
857,116 857,116 000000000000000000020a41a1d234191d5f86a051cfc105000a5163f6a58b82 0.00 MB 1 0
857,115 857,115 0000000000000000000082208ca87ba35093faf47da020dd87361d45f2a60954 1.58 MB 4,336 5
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.