Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,003 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,496 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,002 (883,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
25,428 25,428 000000008cf38c43a60f7a4482d5c3d1d8aa4c0fa3240b5211d53a2c63d71fae 0.00 MB 1 0
25,427 25,427 000000005a730521ce5a81f892eb7430852a6822fb68eb7d77a25a073daa753c 0.00 MB 1 0
25,426 25,426 000000009e0fad84336d7fa930c110591b8c7c9bb7a7bfedc2733e1d14f5c560 0.00 MB 1 0
25,425 25,425 000000001f80a0339b3d6c487cee2d4da40879431836a56586ff3c51f0272064 0.00 MB 1 0
25,424 25,424 00000000ed5b176da767e05cde1a3d466db425fb5ee9c0549fb30a7cab266701 0.00 MB 1 0
25,423 25,423 00000000990f42af518957f4522ccab9f943f9431d1d0a756396d466f9e0c349 0.00 MB 1 0
25,422 25,422 00000000cc57b045402682cf8895b5f7e785e88a29329c746f20f7b6a6445fb9 0.00 MB 1 0
25,421 25,421 000000004b4635fe2dc2e7b1516939d48fedae0eeb159205b153469bf9b5cd6a 0.00 MB 1 0
25,420 25,420 00000000a88d77958e03287e873223e189a319969b6afe028024cb9e6bf789d5 0.00 MB 1 0
25,419 25,419 00000000d27bdc691da8a68f5717146360d041694d1f7fbe7483fe145f495e58 0.00 MB 1 0
25,418 25,418 0000000073f22adeb84122bf4be33813b3fea31ff9ba4a72f35f7db860d9d0b8 0.00 MB 1 0
25,417 25,417 00000000a9eaa9859a98819630189509189399e3eb85b1d1638cc2409b6d0164 0.00 MB 1 0
25,416 25,416 00000000cb72f34e8afead174ce1fe193cbf3393d936dd0867297a8cd2b14865 0.00 MB 1 0
25,415 25,415 000000001516903216ef36ec8f7896414d751f25462486ed45e2fa585f52ae8a 0.00 MB 1 0
25,414 25,414 00000000cb912b051110698ac8455301204cc2d284deccd7b529dcba0db9adff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.55 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,867.90 GB sent, 105.21 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.