Memory Pool Memory Pool Refreshing

3,017 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,905 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (314,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
593,040 593,040 000000000000000000090d32782c5e363b8b04f26f1b4f981a6a8e201d887d6e 1.40 MB 2,480 18
593,039 593,039 0000000000000000000ec407c12e10b87ecdd86766db619db819a0b6212b70da 1.67 MB 1,693 76
593,038 593,038 000000000000000000097db8f50fb85838129264c07fd782ab93d9e69fc7fa53 1.25 MB 3,061 34
593,037 593,037 0000000000000000000616d8d3e70a89e252cd16b2abfa1ae6cd0418e5e4c29b 2.17 MB 521 98
593,036 593,036 0000000000000000000af3a684b11f7b75abe2b7857a34bb001069aab2c237ab 1.68 MB 1,688 73
593,035 593,035 00000000000000000005fd70045ec2668cbfface45be0abf6202c6e56b9766b8 0.60 MB 1,607 17
593,034 593,034 0000000000000000001a13d750cb32671819913b2865d07cb07e5d7ab6f99e30 1.22 MB 2,579 20
593,033 593,033 0000000000000000000e89a9f370aa4ef752a11e7e20d69825a30dd62785bf41 1.17 MB 2,611 16
593,032 593,032 00000000000000000004c706efee7a5ba8af4dfe46fc850b43b60a33529909af 1.17 MB 2,346 10
593,031 593,031 000000000000000000119dcac5135a397c8c0e9f79357a1743c111f183bfa089 1.28 MB 2,309 32
593,030 593,030 000000000000000000078b046e0ef6b680ad5050767e0661c2afc9f254299ac9 1.21 MB 2,992 48
593,029 593,029 000000000000000000161b6ee290cb477fef51ebfdda4a337ce47350f508246f 1.09 MB 2,334 7
593,028 593,028 0000000000000000000182266d383a4b961a5471ca5910cf10d24f773c5f99a9 1.30 MB 2,047 14
593,027 593,027 00000000000000000007a97691b9c649bc6834ce9573c33657218cbbc73c57b6 1.26 MB 3,219 31
593,026 593,026 0000000000000000000339253c09be5f998d003f5427c5279aec3cec2dd92678 1.18 MB 2,726 50
593,025 593,025 0000000000000000000d66e89ce075849f916c27fa85b83d864133c0566552f2 0.72 MB 2,072 8
593,024 593,024 0000000000000000000e0808924f6e8aa8606252bb659231a7e44d042acf8c84 1.12 MB 2,094 14
593,023 593,023 0000000000000000000521d1b1d3fbd2fe428b18549b5a92a2711906756cbc06 1.25 MB 3,231 17
593,022 593,022 0000000000000000000bbc39520c51f5805455a45dab9d9e2a7b3329df8f3a37 1.19 MB 2,847 41
593,021 593,021 00000000000000000011eb2759b116933cb9eb238a945b43b88b253db0453e21 1.19 MB 2,608 23
593,020 593,020 0000000000000000000c05293d0a53311be57d868a44d8d0ebcec2ca63d101cf 1.23 MB 2,502 22
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.