Memory Pool Memory Pool Refreshing

12,197 transactions (4.51 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,889 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,083 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,888 (878,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,182 30,182 000000004e1d3589ff17693c37e078dbd8296bb415dbb9adf35df8d16c1e576d 0.00 MB 1 0
30,181 30,181 000000005c2ac3455b5d23d167f0d8d4dbac19095c152daef15460990cb60744 0.00 MB 1 0
30,180 30,180 00000000dc85910599ce16816f96f0d786d66fcc56d58abaa4c2b127c499cd55 0.00 MB 1 0
30,179 30,179 0000000051a65eff37f91ab37654bf4492bbfe9c4266bad4cea5983b2e0c110b 0.00 MB 1 0
30,178 30,178 000000003f1db4c71690a8ab22aa5e529070ba0126dcb2738d60b7c572ec2f1c 0.00 MB 1 0
30,177 30,177 00000000af089b7f74d6e2cc07dca0c27e254868be1a8e2ec2c2d0efa4322e5f 0.00 MB 1 0
30,176 30,176 0000000051447aa9100589cd1eed9dd108f4c2c03f1c2b2f9d02f0ff9487c33b 0.00 MB 1 0
30,175 30,175 00000000694561ebf62bd2ba40b4c34d4e866c205e1921284bcbd3bd5ee7b7ad 0.00 MB 1 0
30,174 30,174 0000000049dc397a40063da6ceb651548de16da78fa24a1c6ab5cff13f458296 0.00 MB 1 0
30,173 30,173 00000000e58471c58b1fb0afffcab25acac1ae2af2ff481eb8adfe52004a0aab 0.00 MB 1 0
30,172 30,172 000000003274579f5f3d2cd12ecb76584f5d763049fa6a48eb53af3da7de056d 0.00 MB 1 0
30,171 30,171 00000000ad60f3c7439209c9a66e5da502b6f0475d812fd175242def8b760f5b 0.00 MB 1 0
30,170 30,170 000000004e3cc75f00cc3bf90ba1ec9c54bf23bb59cfef4551839da84b3932b2 0.00 MB 1 0
30,169 30,169 000000009646c01ec7e53f602c98b514a218eac566571562b96d2bf50f87e6e5 0.00 MB 1 0
30,168 30,168 00000000c52931c4f7cd4afc615b32b6144f57d68a49df099c917eb3e5d060f7 0.00 MB 1 0
30,167 30,167 000000002e456a5654d54fe3e1da9bceafb815505eca61f7fa3e9424c7cfed94 0.00 MB 1 0
30,166 30,166 00000000bf5733410ec40d52e0842bb9b88b45f1ed27c82e6a4698916cc34fbf 0.00 MB 1 0
30,165 30,165 000000006a26651bd5db0fab0a311ed8067a91d4c9934d63f121b766545fa4a2 0.00 MB 1 0
30,164 30,164 0000000077e0a8fefb53befdc1e6495c95b22238747489348ff5a60c5e3d0a39 0.00 MB 1 0
30,163 30,163 00000000d3477a39eef78a1640943911d42272abc07eab6e7be16500bac918a5 0.00 MB 1 0
30,162 30,162 00000000b10e7dafde705415eeb1ecac039767c6b730e8d73f37afc0435ed44e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 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,863.18 GB sent, 103.93 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.