Memory Pool Memory Pool Refreshing

1,935 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,923 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (535,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
372,007 372,007 0000000000000000110bd2877777979bd261c48d133ed1b383123252b160b221 0.31 MB 685 42
372,006 372,006 00000000000000000b358f11fe6eb2433da21ae45a9025a89a205d1a00f99871 0.09 MB 199 33
372,005 372,005 0000000000000000139560ede0a11a36d1e709da4436f9203e7badf70a194d5e 0.02 MB 69 38
372,004 372,004 00000000000000001287d1dbd3abfec0a187bf55f8293451fde0aefe17c31ae7 0.24 MB 485 42
372,003 372,003 000000000000000003e6f022b3af59be093a0cf1190039f02eeeb54a55f59ab3 0.04 MB 33 4
372,002 372,002 0000000000000000121c97eb6ed231098e9d6c1d7add6205a3c99b0f725f183a 0.01 MB 38 43
372,001 372,001 00000000000000000f2e596350c35a8a69c1f74416c19352cbacf7ef6f5baebe 0.09 MB 165 26
372,000 372,000 0000000000000000028093cc8035a6bc4e0d1b40932c2f8b50312a3fc86bf3da 0.37 MB 730 42
371,999 371,999 0000000000000000093edfb9df4d1d442a26066b229a905abf308d4b451da837 0.12 MB 252 39
371,998 371,998 0000000000000000135519e4a6939e49d6d3461de9059fb3ea82f54611a5093e 0.11 MB 221 41
371,997 371,997 00000000000000000fb42277d906fd6f845d622cec04e3cda4264a3a418e1867 0.00 MB 1 0
371,996 371,996 000000000000000000b505c3d5ab06a8ff2a7bc8e261726aab28885b30fb577a 0.25 MB 521 32
371,995 371,995 0000000000000000131479ad7506e0cc13f458225bf76979449121c8697168be 0.47 MB 760 35
371,994 371,994 0000000000000000068e36bf62ecc5b60f4b8dc2b3fd08e4b25d36ed07278d28 0.66 MB 1,114 42
371,993 371,993 00000000000000000ceaad83a5eb391ee2c9f026387957a2747c4184ad7d7990 0.15 MB 313 41
371,992 371,992 000000000000000008faae4263b5084b87ee2706a6ad55b4c83f649adede3596 0.14 MB 140 70
371,991 371,991 000000000000000008213c8ec9c68519a8b91abd4c16dabac192f52ac0949b7a 0.10 MB 143 25
371,990 371,990 000000000000000010d7e553374aac602b90d7cdcd92bed637bfaf2c1ed7bc3f 0.18 MB 421 56
371,989 371,989 00000000000000000991912e206d09f26d502f2cd12cd48c2dc8aedbdf4ff224 0.63 MB 1,392 36
371,988 371,988 0000000000000000119bce29ab7e7f463537c5fffa16a39e5dcc7c077bc27f7c 0.27 MB 327 22
371,987 371,987 00000000000000000f312f367314d9c9880ac990d3e759092407a088a104cadd 0.18 MB 429 18
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.