Memory Pool Memory Pool Refreshing

19,049 transactions
6.07 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (69,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,197 838,197 000000000000000000033297521de6cb09a9936bdb311d5f65a534894b6cac1c 1.68 MB 2,811 11
838,196 838,196 00000000000000000001fed6ecacdfb43c9bcf367e831e9ed5d591b5201a20ac 2.00 MB 5,256 12
838,195 838,195 000000000000000000008a7243053197c3eeea5feb198fa63525e1377b27975c 1.83 MB 4,862 18
838,194 838,194 00000000000000000000b94d49a65c7203a15eaedea2804fbe82acee59c886d8 1.75 MB 4,624 21
838,193 838,193 00000000000000000000962ba0ab7a1760f1f852fc020a7f5affb1b8ad4535b5 1.81 MB 3,723 16
838,192 838,192 000000000000000000004edadd6714fcf37b47cdb20d26886113ea5bbecf81f4 1.81 MB 4,127 17
838,191 838,191 00000000000000000001387909a3fa52edb7ea311ef6f87866c229f70fa2644d 1.72 MB 3,735 15
838,190 838,190 00000000000000000000f29a13ac2af21ce5efbdc1d733b45b40b28769bdab63 1.61 MB 3,084 18
838,189 838,189 00000000000000000000e25a3ad2b5204171415fe7d2792a58cd225c66492fb2 1.98 MB 3,436 8
838,188 838,188 000000000000000000029e9f9346c74ab248301f918f66d857af8323ecf53d40 1.67 MB 3,967 14
838,187 838,187 000000000000000000014b753703d44cea29cae7bbc3584aec4258c0343b5595 2.01 MB 4,100 9
838,186 838,186 00000000000000000000e0aaabe8be1c457fc54d9f73a24d5c8228e33f7f5609 1.83 MB 4,067 10
838,185 838,185 0000000000000000000135ddab2a06810381dd440f24ef64d6c6a39c39846277 1.72 MB 3,148 14
838,184 838,184 000000000000000000013f7999afd2c540a806662afb6fcab8a3c40f43333a85 2.10 MB 2,429 9
838,183 838,183 000000000000000000027d47946fb747de768d0e5f8adfe1171bd7bf796e43b1 1.83 MB 3,244 15
838,182 838,182 00000000000000000000eebece38ab9e62e168b3a7c4a681d7c26cd3eb4cf7b5 1.75 MB 3,883 10
838,181 838,181 000000000000000000025e67fd2a1f1bd83a76cf644ffbf4dac94a6b88b63f91 2.02 MB 3,018 10
838,180 838,180 0000000000000000000121da3b546df25b6bc3517fa3715f6bdb6b655a1090c2 2.60 MB 3,022 7
838,179 838,179 0000000000000000000203bcfa72f40f41e7f231b9627f6f7ee638328efaf81e 1.86 MB 3,032 7
838,178 838,178 00000000000000000000c4730f2600e905c305d9c628e627d69f140b3fb1c5c8 1.68 MB 3,348 6
838,177 838,177 00000000000000000000cbcff6bd76798de70117a05812ed50324f6db0ed3111 1.77 MB 1,750 8
Previous 10 blocks ↓
Total Size: 769.02 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,624.43 GB sent, 92.99 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.