Memory Pool Memory Pool Refreshing

1,506 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,521 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,504 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (819,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,683 88,683 0000000000138cea8100ef547c2393d92a9e432731c97704f57d4ac8357a5d0a 0.00 MB 2 0
88,682 88,682 0000000000018ac7f9b5c593e1a7d26b4bc33078f66c039fa84fa57135486eed 0.00 MB 1 0
88,681 88,681 000000000015c1f3d7c68a9b4417860388c4ae06312914f557af38afd6dbd098 0.00 MB 2 0
88,680 88,680 00000000001bf939c48d69681c5a3656db8757ecd4c483cbcedc3927b6283caf 0.00 MB 1 0
88,679 88,679 000000000013215b7d0e05f9e4ec6e3dce85785ed74ef9ba2cdc3c54545c5b2d 0.00 MB 1 0
88,678 88,678 00000000001b18a9b70cf3266e647103fea4980a9ee01f250a16f80f7d80956f 0.00 MB 2 0
88,677 88,677 0000000000170d3b6267575a03b801c3d3236699eb42887f6fea054347a94db3 0.00 MB 1 0
88,676 88,676 000000000019514c224f999fa68b2f202d3bb266e245f566360093349df324f4 0.00 MB 1 0
88,675 88,675 00000000001d9ef80695d591f97422ae98d2f06f1a861d4271fa5c53e9bf8168 0.00 MB 1 0
88,674 88,674 00000000000669b3f8a5db357ef416aabe1fd76add76fc489e1b521f5b64fc30 0.00 MB 1 0
88,673 88,673 000000000015529a82efbce054a9d484e43751aed57e193bde6f11d1f957d7d6 0.00 MB 3 0
88,672 88,672 00000000000f3c56e4ba5878592a68f386157c3cd763e9cc9cea4af25d5c6066 0.00 MB 1 0
88,671 88,671 000000000011f5243983f6973bcc3359abafb919264cfd9cbd720254ccd789db 0.00 MB 1 0
88,670 88,670 000000000004834e354b1d95e0d9c5f3b77483e6062f6427e0fcabc7fd3f4af2 0.00 MB 1 0
88,669 88,669 00000000001893ffdfb90fbd5d064c99adc8fe1cbe99fd180ba984f36336b649 0.00 MB 1 0
88,668 88,668 00000000000ec19fccd526df0ad06ed199d3933f59404f60e1044651d272e6b1 0.00 MB 1 0
88,667 88,667 0000000000083b786f5dafea20a8f233a87706add522db28c83e14cd79bf7544 0.00 MB 1 0
88,666 88,666 000000000009c734faaace8a8f7c50044547c0fefbd568e307b7e40abccded39 0.00 MB 1 0
88,665 88,665 000000000013158b9c1c601f8e7e48e21b8503d196ee136b692f371bcaaab0fb 0.00 MB 1 0
88,664 88,664 00000000001b6345a8a9087e46a13a1cf663961287032f8ad0dffc38f6e7ecf0 0.00 MB 1 0
88,663 88,663 000000000019c19d36c449d598aeca135cf44540b66c5e8038f7c43a99fa7493 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.35 GB sent, 100.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.