Memory Pool Memory Pool Refreshing

6,624 transactions (2.20 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,090 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (883,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,449 25,449 00000000bbc0305a2a8311606c6ae2adda0bfa76d9a5d25037ac432f64d69a9d 0.00 MB 1 0
25,448 25,448 00000000d66192930fe0353d8d66e270642c3a6098f69f47c1d2639e4bd33186 0.00 MB 1 0
25,447 25,447 00000000d3ed6ab79146562d79d16803d0009dd70e588d8b5d8075724b0bc191 0.00 MB 1 0
25,446 25,446 00000000158dee7ec5eb4b342b8e13372f7e44366e3e12eb1c3a29c54f91a80c 0.00 MB 1 0
25,445 25,445 0000000066792268a5bc0de292f05912ed7b733f89e07db6975028d1aaea8982 0.00 MB 1 0
25,444 25,444 000000003e1f37eeff1c121a2f08ecc5186ad5aa1eae0bca51ac188efa90c123 0.00 MB 1 0
25,443 25,443 00000000aa5319182611ba66b812093f45a8f2dfb5c9ada98f31035665a4686b 0.00 MB 1 0
25,442 25,442 00000000e72be14bf019868d6e8dfe397cba58ed48a308ff45db20cfba8c62df 0.00 MB 1 0
25,441 25,441 0000000053c580bbdbb46cee9d6b7ab651a251bd172ef42ebc8fb9d357053484 0.00 MB 1 0
25,440 25,440 000000004d86825a4a0f623f6062e6cc9607cbfbb9603dc0d8d3d57b86b8cb91 0.00 MB 1 0
25,439 25,439 00000000fcca84594c56c1e238edaf6f4719822b4cfa7e25deb7ad8e354413ce 0.00 MB 1 0
25,438 25,438 00000000834b99382b51b366767a2c8ba2b13e989da816434314432c301eaa21 0.00 MB 1 0
25,437 25,437 000000001a3f62911f1dd96665e225aca6df30f7b569bb9be66c51e2a8d18b25 0.00 MB 1 0
25,436 25,436 000000002ea6afdc27f3193f66c7505afabaeab2bf46ade9a693b7216bae52a9 0.00 MB 1 0
25,435 25,435 00000000e9c657a07d46ecfbfeca3f662d1b8df0f7dc48ce779153fee6e8a465 0.00 MB 1 0
25,434 25,434 000000006eac5b42d8d3eda990bc1e033b9829e3d65cc4ee56e1e0b11ea26d4b 0.00 MB 1 0
25,433 25,433 00000000669c6785ff7eca8b12e1aaafb766d37c27dbfac969414a018fff7417 0.00 MB 1 0
25,432 25,432 000000008ccf83f39fe33bb689df9eeec6344938741310ae6a9c41eb2e37b57d 0.00 MB 1 0
25,431 25,431 00000000707fd0ad26b76ea51ee876555572ce9d31a3328204ad77edc50279d3 0.00 MB 1 0
25,430 25,430 000000009811621e12459f07e65dd5c3faabc22c3ed716ba4feb17598f6e060e 0.00 MB 1 0
25,429 25,429 000000009a5f5daff12405ad3ea73ed0dd323bb390ca10dd5ddcee82a6810b1f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.82 GB sent, 102.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.