Memory Pool Memory Pool Refreshing

2,396 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,779 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,391 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,778 (62,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,372 845,372 0000000000000000000260f00905c78ee6209216cb5ad7317c021c1f5caf16e7 1.44 MB 6,679 20
845,371 845,371 000000000000000000014e31432369858145936ef945364822a256f79e632566 1.47 MB 6,584 29
845,370 845,370 00000000000000000002a4be05c5a8a5ce6d069b97474d3475b4fd396958aadd 1.57 MB 4,848 11
845,369 845,369 00000000000000000000706cf3d62a1c3124f7d3df614d390eeddd9b6c7eca0b 1.50 MB 6,511 9
845,368 845,368 0000000000000000000025255722df88e66fff30f5ed441f4f657a314275a283 1.49 MB 5,444 13
845,367 845,367 00000000000000000001ba04e22a813a2c88441912a72a73ea25e6b3ea329cff 1.48 MB 6,687 9
845,366 845,366 00000000000000000000569cc8a32fb6d2eafddbca489988ae1da4469d71fc1a 1.53 MB 5,286 14
845,365 845,365 000000000000000000027e4771f9b17d48e62f0f64fb41eca571f855296aa5e4 1.57 MB 4,608 18
845,364 845,364 000000000000000000015320a1ff54b36910477963e51177006e85fc85352af2 1.68 MB 3,870 12
845,363 845,363 00000000000000000002f8ad3730db67aa2ff8b0ec8236b86c1962dc95d9da66 1.79 MB 2,689 10
845,362 845,362 0000000000000000000236e85135b5adc4332ac0fccf5d64d6583af93e276c71 1.45 MB 2,958 12
845,361 845,361 000000000000000000022dc1a6cea8c5a2aa4be14c0fc6b2d74479ff996753c3 1.65 MB 3,541 25
845,360 845,360 0000000000000000000005fabde748b7cded578cb98dd14f3ae930ef1755dc6f 1.58 MB 3,964 14
845,359 845,359 000000000000000000012fa1d394f5389ddc2353a8e156b863983e10a1f46e49 1.62 MB 3,951 13
845,358 845,358 000000000000000000000f5f553ebdedd3de5611175abf21f2c084c9e05082ee 1.66 MB 3,267 17
845,357 845,357 00000000000000000001dff84e48af6033a52a9b4f3f25d4d27f4a186788cb16 1.64 MB 3,967 20
845,356 845,356 00000000000000000000f1e4d63b325c6d2f0f77811cb99e60cda7befeabe8b2 1.54 MB 4,312 28
845,355 845,355 00000000000000000001ebb5f37072c22b4e3f27b70835e3271a8057440e0630 1.51 MB 3,952 32
845,354 845,354 000000000000000000016ad874118e6244790d64493e69aab03ca94abf569dc3 1.49 MB 5,477 49
845,353 845,353 0000000000000000000153dcb925b9768a667dc3a7e58f4aed3be1b0907695f6 1.43 MB 6,252 68
845,352 845,352 00000000000000000000b2831ae9df554fff116c68e035140946d75d1f81b7da 1.57 MB 5,328 13
Previous 10 blocks ↓
Total Size: 769.12 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,630.28 GB sent, 93.50 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.