Memory Pool Memory Pool Refreshing

1,083 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,083 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (884,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,033 24,033 000000001341118779a98c98dc05913618252a8fc4e17df1d061ad737931ab57 0.00 MB 1 0
24,032 24,032 00000000a4c6ee301770e39e8e76dffbbd97e75dc63280c57308f4584b1b3152 0.00 MB 1 0
24,031 24,031 000000000b09be1e3eb9550770472c28c3b2f7b09eba595b7c086cd40567343d 0.00 MB 1 0
24,030 24,030 00000000d2d9fac29bc1170a5b83ffcdd39cea75a54dec0d2f3adc3cc7c1d515 0.00 MB 1 0
24,029 24,029 000000009a40cd16c4d3ac4911cf514e99811c226734c7e8692609a30cd36c61 0.00 MB 1 0
24,028 24,028 00000000c2b1b5c972c408a33f45e93ea9999402efe3b09060b72dc5d15f7dd9 0.00 MB 1 0
24,027 24,027 00000000ed10d04460e561edda77720804aee1d6f786ece3aaca70d3d25231d3 0.00 MB 1 0
24,026 24,026 0000000051e6614c40c7a470725f0d60c459940c72393b06bedbfb3f6b106a1f 0.00 MB 1 0
24,025 24,025 00000000d2a03056aa88f7565235337087c3e23990b3dc8baac21d79b757c3c1 0.00 MB 1 0
24,024 24,024 0000000043e28340a1066ba4e4e03046ab3262c3b4fa971fb6bc1c1279cc0769 0.00 MB 1 0
24,023 24,023 00000000487f09b8f0b1b24469d6308f0951735fe63b1c348739f1d8cf9128f9 0.00 MB 1 0
24,022 24,022 00000000b4b689fc26794c32a9343678d03784cbc8e20b0db1025d61011ba425 0.00 MB 1 0
24,021 24,021 00000000c10f53bc12a21ca5f91f83f60a24ecbf46e43b2ed1cfd9b2e6cdf3a8 0.00 MB 1 0
24,020 24,020 00000000f729144243f815bc701a1ceb7833fec80e6feadac25b84143a734657 0.00 MB 1 0
24,019 24,019 000000000f7d41b2a787d29b01ffc8561776894cc5861bf6a3f376589870babb 0.00 MB 1 0
24,018 24,018 00000000690a1e94ed51f59669355e4cf0f281e9f6798043f7415e38e3626151 0.00 MB 1 0
24,017 24,017 00000000149fdd065564049e4e1efa3cc92b8c532bb92fb596f5833822dd43bd 0.00 MB 1 0
24,016 24,016 00000000128496e07bbe760a278065f9129e1ac99f32aea71c5ae42d07f7810d 0.00 MB 1 0
24,015 24,015 00000000f248906aca5f2500d6e00b53cbb7d6a1a38d720a31853d8c1d67f38d 0.00 MB 1 0
24,014 24,014 0000000026dd339360931401cc42f862b3278f8741c4fe3836067f1105ce265c 0.00 MB 1 0
24,013 24,013 00000000382ec08ffb9d826527371abb501f55a0b6e7d69c96717d6199fcd59e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.