Memory Pool Memory Pool Refreshing

4,404 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,586 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (603,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,407 304,407 00000000000000005886c24b4e31bff4c43212b65a8644b7f40b4bff1bd5a3e9 0.08 MB 143 12
304,406 304,406 0000000000000000190ca9288860c43676a00416a8c4fca2b889ef14f83b22f1 0.31 MB 489 31
304,405 304,405 00000000000000003741959375d37ee1582637db7ebb661f261a50dfa1a9861e 0.15 MB 357 37
304,404 304,404 0000000000000000401bd09e00abdb28c3d1c4ab43ae40f4e8bed00d5c7621be 0.35 MB 619 28
304,403 304,403 0000000000000000447af35eef19214af6e0d42c63401291c4e734aecf89169a 0.25 MB 361 26
304,402 304,402 00000000000000000129cda7d2fb30f834a7531e61485ecfdddf9fc45b1a4454 0.19 MB 316 27
304,401 304,401 0000000000000000282f550ce6cf73f68e906ece4c17545f6c250fc0f8ea215e 0.10 MB 67 21
304,400 304,400 000000000000000065f1f8e79ea2418bb497d5b70b710102f45740b0272c995b 0.35 MB 548 30
304,399 304,399 000000000000000008d4b3c80987db9395137e4055844d8b96876c5ec467f8c6 0.07 MB 60 11
304,398 304,398 000000000000000009afa97f1d14217559abf875adf558eb4011dae49016157e 0.08 MB 44 3
304,397 304,397 000000000000000024cd9501e938b3c52f3172afca96051a9d259f390698feeb 0.06 MB 124 30
304,396 304,396 00000000000000002bd5eb1b62856887415b334186c2782a0fffacf8acf410c0 0.35 MB 631 30
304,395 304,395 00000000000000003afdf2a8b373f083554c4ec2e8a0dac39d884a4a1f202193 0.22 MB 518 32
304,394 304,394 000000000000000021294d5cd1b4f62fd05de306bce3fc8ae2a2d17f6cc0ecae 0.17 MB 351 31
304,393 304,393 00000000000000003af03324a88ef8d23615365ff5b74e772dc8695163c8dd47 0.14 MB 246 24
304,392 304,392 0000000000000000037a763dc4fdaaaa9a666e0bd9d68a6915a48cd99e5c070a 0.10 MB 175 24
304,391 304,391 00000000000000004556f95c206f85edefb20c04375364388681dff2bb69c776 0.75 MB 1,321 31
304,390 304,390 00000000000000005d407ed3649bc7860632733989c0138acbe92539df36448b 0.11 MB 91 9
304,389 304,389 00000000000000006852acf5bf296662c03029acac381689c6eaccdbf41d8bdb 0.08 MB 144 30
304,388 304,388 000000000000000016559a9f286e8adfe9f607a53277a336291e8c0103ac51b4 0.09 MB 162 19
304,387 304,387 0000000000000000616110d4cef11a3fa207d7c5396a8a1ee913c3f073612e77 0.81 MB 646 16
Previous 10 blocks ↓
Total Size: 769.05 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,627.50 GB sent, 93.13 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.