Memory Pool Memory Pool Refreshing

1,235 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (902,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,192 6,192 000000000c0a5629d40dbcc118b268360d783c0794464efac2001c2c52a12781 0.00 MB 1 0
6,191 6,191 0000000059be1d660bd064ff357d3bea51bd0fdcc18edd52a6d16dbd8524c6e3 0.00 MB 1 0
6,190 6,190 00000000dcb2953968350328c7e0198d4f1ccbf21df2896e6c131a207abcd2bb 0.00 MB 1 0
6,189 6,189 00000000e01bc2b420a9005f6df58fe070e5227089b6cc7bfbfa34f5ec77c033 0.00 MB 1 0
6,188 6,188 000000008537e6e3e13087f759131c1e435a647a0064c3f43815ed3b702b19c2 0.00 MB 1 0
6,187 6,187 000000008032e2398a53bba8db9a4c60fe5bca798b6f4f77e355b7be20281a4f 0.00 MB 1 0
6,186 6,186 000000001420514c99839a2b4d8c7eb6686591dd0a18157deae56f1b9ff832c6 0.00 MB 1 0
6,185 6,185 000000000108391e7d064ad376d734d6080de67409adf46ca64b8f7d338ff7be 0.00 MB 1 0
6,184 6,184 00000000d1b4e13188893c5a9ebe72c5b654d9ff0f3e8da665a014406852f574 0.00 MB 1 0
6,183 6,183 000000008db36ba3c95a5780c247cf049570bc1b3ae1e7155db166e6f5eb89fe 0.00 MB 1 0
6,182 6,182 000000008c9da40f51b0ea34315f03ba7f367a69c71f1654ecf42d9fec355960 0.00 MB 1 0
6,181 6,181 000000000324a4d2067b0d0d42a7ffd0d63a203e9a961672b39bd14f1dfcbf67 0.00 MB 1 0
6,180 6,180 00000000c90d2b130f106b815f0124d5dabd578c4cb411e7899f7f39b34900b1 0.00 MB 1 0
6,179 6,179 00000000b65a3b5d37a6909b3b0a5606a3068ff9b23e3177c7986b2767d7af3f 0.00 MB 1 0
6,178 6,178 00000000d1a7a18d5427da8d5c9c0f407954bb0d57caa046a62f770a155bea64 0.00 MB 1 0
6,177 6,177 00000000ef9d1e0a109a086bc200241955bcb53c00eb15c8987d147f7cf4daae 0.00 MB 1 0
6,176 6,176 00000000004eda0d6c9fd39ad61fa535efb4bb1a33f656185536c256c31a3d8d 0.00 MB 1 0
6,175 6,175 00000000aad507218b583f4962b53ee1fcd9e7a0f10e736cf7f07c8342b90507 0.00 MB 1 0
6,174 6,174 00000000954bf1ee6550097e46165b37ec2f93c4e49c1b8446e3c2e94139a3ab 0.00 MB 1 0
6,173 6,173 00000000b157251c1d86aff6db0b460595b98ed577fd4765f2e918977cf09644 0.00 MB 1 0
6,172 6,172 00000000076000759d847424be8a8028ce532ee34850b06ab00495ddd39b40a1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.