Memory Pool Memory Pool Refreshing

1,436 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,901 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,900 (46,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,438 861,438 00000000000000000000d98d093f9a04811e83cbf88caa9e830cd79065b7c373 1.65 MB 7,781 2
861,437 861,437 00000000000000000002b19d5d055d86cdbffbc7bdc19a5e40f9c6dfa485be8c 1.77 MB 6,732 2
861,436 861,436 000000000000000000016039d3e180b0c7b53afc52fa6d4810b89310a9cf6c77 1.59 MB 4,028 4
861,435 861,435 0000000000000000000099ffaf60355199719661d65d815e7500e8f4038c4710 1.68 MB 5,303 4
861,434 861,434 0000000000000000000233266671944bd0817cdf8483cf997a664b8533529315 1.70 MB 6,450 3
861,433 861,433 00000000000000000000599998255258b2ac3777a959b7f0549823daf40e1197 1.68 MB 7,327 2
861,432 861,432 000000000000000000015b03ff759385a533090960e649435a3a23a5e8d9b3ec 1.64 MB 7,292 2
861,431 861,431 000000000000000000002919edb80c67701d7381d88ff5bf10a2f2a89cf8bff1 1.91 MB 5,551 3
861,430 861,430 00000000000000000002cf93a7ec823f84a62363011c58826cfbf75d0e6b9fb7 1.66 MB 7,826 2
861,429 861,429 00000000000000000000c06a300dc9935c7fd971fe1dc43125f55c31b9dbd061 1.61 MB 4,438 4
861,428 861,428 0000000000000000000196e0d83490143c61ef44abd2d5b6a58c89cdb586ad6d 1.65 MB 6,702 2
861,427 861,427 0000000000000000000014c92cce482c05b62e96e4e11291dac7ca471d4dc60b 1.62 MB 6,903 2
861,426 861,426 00000000000000000002bf30c6d09b32c21ec9d8ef99cf6fe3730f2386344723 1.57 MB 5,832 3
861,425 861,425 0000000000000000000073cf909dee14eb7fb81dda872b57edeb61f8affe7d9b 1.71 MB 5,738 2
861,424 861,424 00000000000000000001860888c67d9e83b286276b938617ece4e51e57a66ed5 1.41 MB 3,383 6
861,423 861,423 0000000000000000000268eb92a0ccbb1bbdbe0d7bdac5cf8cefe87069e0ad50 1.72 MB 6,662 3
861,422 861,422 00000000000000000001a79b81c59f73bc6971be1a7c0aad0134b292ea2def10 1.69 MB 6,035 3
861,421 861,421 00000000000000000000bde7fcc22db0e73f2f457e3e0264b460e9aef557c73b 1.57 MB 5,135 3
861,420 861,420 000000000000000000019c5be93aa82aef1092c10bdb842763802850162933a4 1.64 MB 3,703 6
861,419 861,419 0000000000000000000198a709cc38b529fddb0ae3813a0ecd3a70c523edb6bb 1.59 MB 3,738 5
861,418 861,418 000000000000000000009e519b22b24cd9951c40bda0a0113cd68cec903c0003 1.62 MB 3,681 6
Previous 10 blocks ↓
Total Size: 769.35 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.64 GB sent, 94.72 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.