Memory Pool Memory Pool Refreshing

59,993 transactions
24.97 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,200 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,652 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,199 (688,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,007 185,007 00000000000009f70f52e54bb6939365c8d33324fa1aa80e7c1cae17f2324a1f 0.00 MB 10 376
185,006 185,006 000000000000002f88943806d0025389e540a356077f5f4667a725bfc0a663c2 0.20 MB 535 144
185,005 185,005 000000000000080a32fc0d4251e340703e3b26c97e1b2ca738d4fded02873fb6 0.05 MB 147 110
185,004 185,004 000000000000002be91929809c4993ca69936ee9c20ced5cb1f84e84e5f79b32 0.25 MB 542 183
185,003 185,003 000000000000043b0f598ec14e220bab7e2aac49b02fb20cfef3454ff53813b7 0.05 MB 148 157
185,002 185,002 000000000000002b480d0c02ebcaa9feafde2819089454caddf10af72dc3c5d4 0.05 MB 171 177
185,001 185,001 0000000000000566eb164345a545c66780a17f9dec91ce0a8835d77e16ad0cea 0.07 MB 144 121
185,000 185,000 00000000000008e4a049f80eb23c83c71f3f2bd34f7a50caf66c17511c40dc13 0.06 MB 136 111
184,999 184,999 000000000000048c8d3ea3f350447e0197fd9605509227462f4fa6a6fb889e38 0.21 MB 447 115
184,998 184,998 00000000000004f73d71c034e08109872a745c4984f9461999819266dbdc7b62 0.00 MB 10 0
184,997 184,997 00000000000004dd92352fb4f7694edf7770fa103b4bc36ff358b2ec41b973f6 0.22 MB 700 153
184,996 184,996 00000000000004ff7fb99038cd3252e43aeaa2fa999f058a4069fbb47ca09e2c 0.20 MB 512 132
184,995 184,995 00000000000006a0d1692c3953441c09db5747783b966252c4ba2a303c37e057 0.25 MB 569 139
184,994 184,994 00000000000000935d9569463a69509758455b687fc645b3494e68abed86fd67 0.00 MB 11 295
184,993 184,993 00000000000007ba9c170c2f74917fb14c53c81f61c1b66349f108cebd162797 0.11 MB 226 117
184,992 184,992 0000000000000a11074a28df3f3875de6667d15009d799cb3841bfb7c23bae8f 0.02 MB 75 97
184,991 184,991 00000000000008197cf4e4f302e8200e665d12e8ee099b75adf858d8d5344dfa 0.01 MB 27 113
184,990 184,990 00000000000001eb1bb4c2f6e14822854d2d0b8ca6c2d7735f13d6e59d6c62a6 0.04 MB 73 87
184,989 184,989 00000000000008a6995f566ab6bde0a92be66c42536db9c5349cd396fdd9b18c 0.01 MB 39 90
184,988 184,988 000000000000095c0af749c77a33c827bcade11687a67b124ecde29b94e56bbd 0.07 MB 158 125
184,987 184,987 00000000000001382ef53c790f3205297426ab1e3db77a968c74287939bfb1e5 0.10 MB 209 120
Previous 10 blocks ↓
Total Size: 705.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,687.90 GB sent, 246.86 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.