Memory Pool Memory Pool Refreshing

1,172 transactions
0.40 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
2 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,904 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,157 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,903 (9,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,574 898,574 00000000000000000000f77cb56d266cffb8ca597592c4828738f005cdcedc50 2.23 MB 1,486 1
898,573 898,573 0000000000000000000168ea27660c52c5c52a9aad423f8249d38eaae0b8ce41 1.43 MB 1,966 2
898,572 898,572 0000000000000000000135942c4d274e9a7819df54724565a83984043e3b1fdd 1.58 MB 2,926 4
898,571 898,571 0000000000000000000010778167970206fc8ebc04b315314374a9cdd48ff0bb 1.59 MB 1,062 1
898,570 898,570 0000000000000000000220e32f3ea03d6a8c98c1178c62d770d08a3e6909f490 1.50 MB 2,714 3
898,569 898,569 0000000000000000000086ec5497d4519be1a51a75ec3d0b946000f9a6f61866 1.67 MB 2,872 2
898,568 898,568 0000000000000000000108bfbc4c4d3c5afd733de801f0ff26a48e723a75a5fe 1.62 MB 2,410 3
898,567 898,567 00000000000000000001ccba57b66ae9fd792187b091dad9682528bdefecd654 1.72 MB 1,950 1
898,566 898,566 000000000000000000010e39afd5e899c9770c280dc50668baf43a3ce1318cfc 1.42 MB 2,372 3
898,565 898,565 00000000000000000001ae5ca9fcb43e6f28a35a429f7a75a4dee53f426a6f64 1.49 MB 4,649 7
898,564 898,564 000000000000000000012577f673385d0dca1fba8c0338b23953cf12ddc4f560 1.54 MB 4,570 3
898,563 898,563 00000000000000000000d5b8e6146fd60148b914603828c4663cfbf99ae58d23 1.35 MB 3,097 1
898,562 898,562 00000000000000000000b32e87c0421d642f2d0cd05dd1179759095a065158a7 1.44 MB 6,000 2
898,561 898,561 0000000000000000000186d0e5205ed39b08ad462fd21878331ac285ffdcabe3 1.45 MB 5,331 4
898,560 898,560 000000000000000000019d0838369cbf1dde285e0bd8ee1c194bf935b0fab432 1.47 MB 5,541 3
898,559 898,559 0000000000000000000085a3e44384a00fec5da871c4bb5e6bd0b8021a99dba1 1.47 MB 4,839 3
898,558 898,558 00000000000000000000718f171dc09047eee4bc6979a0e06aa507b02403e5de 1.46 MB 4,386 2
898,557 898,557 00000000000000000000637450a7bb8179623ea6ffcacc88c1d6eb569ac06d0a 1.52 MB 3,648 2
898,556 898,556 00000000000000000000aa708221481acf488f5f2b22f395be5f6c501baf23b6 1.80 MB 3,318 1
898,555 898,555 000000000000000000014f40f4ba0d774897001a9305d97f80144a73d515ca9c 1.58 MB 2,765 2
898,554 898,554 000000000000000000009db08823cbdd47090f0bef4ec1b3de5acc97b9a49ed6 1.40 MB 2,334 5
Previous 10 blocks ↓
Total Size: 769.36 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,643.71 GB sent, 94.75 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.