Memory Pool Memory Pool Refreshing

3,590 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,620 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (720,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,351 187,351 000000000000060a5674d1acefad311f7ce18a88948705f32806c737ab4f6a0e 0.03 MB 68 105
187,350 187,350 00000000000005454a4a1e3136b1cd33ab3a1c1a07435ee943d28d62b6ee36ec 0.01 MB 27 76
187,349 187,349 0000000000000890b5d3877e277d5a62436842841e029e7c4131d507fe0775b0 0.01 MB 42 115
187,348 187,348 000000000000037b836cc8aaf3ad5e0232a8893af2840ce8de30e01ae8bbe2af 0.09 MB 210 150
187,347 187,347 000000000000004138218725f3db376aac837a56474f651ef30fc440d08b15d5 0.04 MB 105 73
187,346 187,346 0000000000000286eaa31c977fbbc2e08d280f15731fb811b643439cab3e3bcb 0.08 MB 174 74
187,345 187,345 00000000000003d58cf921edc1a15bc9e089c366ea85ae11372912e3faf77635 0.13 MB 317 147
187,344 187,344 00000000000001fd9dbe855ac1733db654b19ce32c60ebd23cd1c1c018eefb18 0.07 MB 171 101
187,343 187,343 00000000000003caec1b0ff48c97f4595baf35df1ff8c955628e84ca4f4fd9e8 0.02 MB 61 76
187,342 187,342 0000000000000390d3bc0533ea4726a0b9f1515bb6ded45964bdb5eaedf1575b 0.03 MB 89 10
187,341 187,341 00000000000006a20bccfacea9555f2bfcaa418698ad97f8bdcabf0709650154 0.12 MB 215 124
187,340 187,340 000000000000027f9650837e1ff9cf73927e98987d9782822fb83227c02f2568 0.02 MB 65 8
187,339 187,339 000000000000066c0d0475c2ebc6b18f01eb898325ec16c9f50505639fa2bf7d 0.04 MB 128 173
187,338 187,338 00000000000006afda9e2c405068df2b80ba978f06c75d8495f1672ba487cf46 0.00 MB 10 15
187,337 187,337 0000000000000495923bf3801d090187a30d12e71dd308fa14b9b91b91477557 0.02 MB 44 443
187,336 187,336 0000000000000788066e9b0d4f1d15bb6bee145543eccdf741f9c186841a02a1 0.00 MB 6 17
187,335 187,335 00000000000001aafb2e5fb73f2ecbd3474c257a7557ed67080a53ea7b252ff7 0.02 MB 39 97
187,334 187,334 00000000000002322330a3772effd76b4f75ad2498233183545e067a4a6a59ab 0.03 MB 101 34
187,333 187,333 0000000000000441105cfa3308145ecc80c248832522f0a53f3b3550d37a4714 0.03 MB 72 91
187,332 187,332 00000000000000dd0fe4fb635e51f84782f45052ab6aae033fa2f3f48e534184 0.07 MB 176 85
187,331 187,331 0000000000000521a2cf418d82bf39e65502f184eeff32e2d41e3975550bb5ac 0.07 MB 155 103
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.