Memory Pool Memory Pool Refreshing

10,015 transactions (2.62 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,162 (881,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,100 28,100 000000005708993f39e5ecaa550ac661691601e5713f8387390cbd948fa9a513 0.00 MB 1 0
28,099 28,099 00000000175522353f115ae8fc51a0be03f586e0f646ffe57e6f4393a1f385e7 0.00 MB 1 0
28,098 28,098 000000001f9a813f3693b006db1e214fda36d89d7d23e0d1d7ede98bb7fc1d0a 0.00 MB 1 0
28,097 28,097 000000007dcc616ee1a50273211c596718e841a13b3e23518b883980cd1cb540 0.00 MB 1 0
28,096 28,096 000000008de75e87ec0966be28fda3fb148568456bcf6a9e67eead4155b2ce67 0.00 MB 1 0
28,095 28,095 00000000a170afa5788ef879411c632fc98b50c61738e7e1699081b45cd4a574 0.00 MB 1 0
28,094 28,094 0000000026fb232a8b08941320e06d56f98319d878fc88e629be661e2a4c4756 0.00 MB 1 0
28,093 28,093 00000000a5eee974fdcfe7d97ff8ad989907f999ff5a96bb3c7352a0aa50ca4a 0.00 MB 1 0
28,092 28,092 00000000b7349acdf30bfebf63c743aed1ae47ad3ec1e054359380d6839c1d94 0.00 MB 1 0
28,091 28,091 0000000066a5ddcb0453f4f3eaaffbd4153cc54d046e3b880f9b3bc2c8ea0b9c 0.00 MB 1 0
28,090 28,090 00000000c3685f13c88dca67424a1dd8fb7d20d4c4219def8bb792392505c2f8 0.00 MB 1 0
28,089 28,089 00000000ba052e7028d8472f0cb0e24a71e26c911214c92339584d0d23b87ef7 0.00 MB 1 0
28,088 28,088 00000000700899803231d8393a9e7f3066ab5962f74bae2d67ba6c86017c39c1 0.00 MB 1 0
28,087 28,087 000000008e9a7a1dfe0a2646bf68a9dbd9a2472dcf056654154afe0f4593beda 0.00 MB 1 0
28,086 28,086 0000000093f751739d39c197d46a54f83fe43fb4a12fa90cc35c831b03015505 0.00 MB 1 0
28,085 28,085 000000006fb9da7d52ff25964e7869b9dd9142bbc6b25997005ef9570ded1ebf 0.00 MB 1 0
28,084 28,084 00000000e818049dbf415246a1f4518cfce6fd59b6c7ca50af5429b13bd462e4 0.00 MB 1 0
28,083 28,083 0000000040ea077b7656e2ba66a89796845714303e94611fae4d65530752bc88 0.00 MB 1 0
28,082 28,082 00000000a44aaea643e8b23e8ec11d67fcad0233ac53025668035ddd51056736 0.00 MB 1 0
28,081 28,081 00000000a96d5c8fef491e009e5eb81a12568051dbf41054026f93ca7d5d2cad 0.00 MB 1 0
28,080 28,080 00000000db961945b23388c3cfc5fb0afa7a6ae0b43c4ed8ffd11b33fd06fe01 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.84 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,973.55 GB sent, 106.87 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.