Memory Pool Memory Pool Refreshing

4,481 transactions (1.62 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,021 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,992 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,020 (896,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,288 12,288 000000001615a8cf1a486ce7ff2706c5f959d39e5668f5e2105d90ef0cc1e6e3 0.00 MB 1 0
12,287 12,287 00000000ff58525578f727c9ceb7b56f8ee513120fa7c43b0214f87fe3134087 0.00 MB 1 0
12,286 12,286 00000000c0c049d7fe610261a4a592545dd15ae853c7bae238841ba822ccd290 0.00 MB 1 0
12,285 12,285 000000009f9f408142edaa616778068f3824494e4da1baac7202ab5f1c6c5715 0.00 MB 1 0
12,284 12,284 0000000026e446ce53b147e3f7abe0564a5b637fefb464c1ae4cd54ce321973e 0.00 MB 1 0
12,283 12,283 000000006c022cc1c01fd2c06bac711f80177b9f57796acff46e19951f5ba6a3 0.00 MB 1 0
12,282 12,282 000000003a09c2f5077fef46f1c32735d6c0c439d411b7f57e7640ccda1f32d1 0.00 MB 1 0
12,281 12,281 00000000ca069f125c811800d90b5f7854fccff2a5f6ab08f936c750e3c74808 0.00 MB 1 0
12,280 12,280 00000000cc82b2ff9f8567c7d70ba321ba499cce34286f7eb9931dd7903355e8 0.00 MB 1 0
12,279 12,279 00000000ba97e622eb0e21e6101dd22bcc6e7ebafc67e90e578ff37f2a1f0ef5 0.00 MB 1 0
12,278 12,278 0000000062f6c81e0e26fa6e341383c671a6280693b66b25086a542858e183cb 0.00 MB 1 0
12,277 12,277 000000002bc099d0623b2cba27af37630a2003f6d79da2d55b794e40b03f2c28 0.00 MB 1 0
12,276 12,276 00000000a9f97c841b25c470e5386ff90c6522ac646bde6fc1a2c1f0e253ca31 0.00 MB 1 0
12,275 12,275 00000000dca092b432c21c087498d10403c498a174a7095c7bd15774058c442c 0.00 MB 1 0
12,274 12,274 00000000e365c069760299e7dbee3b498687ac68e58c895e5f8b46b2834acf0c 0.00 MB 1 0
12,273 12,273 00000000a9cb1d0a5f7c530241e263a5a5e7d41c108a3d1ba3c8fc73ed8c5b97 0.00 MB 1 0
12,272 12,272 00000000730a1e9e61b902a2ddfd3ea602e598e72cfba44e6ac694cfb26ddc96 0.00 MB 1 0
12,271 12,271 000000003820942821a5c6e97ada9f9a3ca12ff713c5f8c620de14e16317644b 0.00 MB 1 0
12,270 12,270 0000000091ca7a76e2bc82d3fcdef63d76c9165141e7db919df19023ee4de6ba 0.00 MB 1 0
12,269 12,269 000000004b630ecaa70d26a1cf055b557df5d00467ba2285679aff7cc6e07143 0.00 MB 1 0
12,268 12,268 00000000b300f293cd0f8575f3e3dd688efd9b94969bfbb22015566b45deabe0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 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,868.55 GB sent, 105.37 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.