Memory Pool Memory Pool Refreshing

5,947 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,899 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (720,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,361 187,361 0000000000000471db41e96ea3f2c58cbc64451a2ffccf38ca4a6eb22b229db0 0.11 MB 361 149
187,360 187,360 00000000000004d2952ebe0680a8f3a663df9d544dacf2eed3e88bdfe901ef54 0.05 MB 110 3
187,359 187,359 00000000000000230245ff0482e07de6bf55c8a0f3959a15b7f8ff3b6855fbfc 0.25 MB 649 168
187,358 187,358 0000000000000167a87e506cc6dda8183aaabf8a94c285c4f4e70d7f2fed8b2d 0.00 MB 13 0
187,357 187,357 00000000000003872b2ed7a5d88593130251b1e403efafd3e760521ba69fba23 0.09 MB 183 232
187,356 187,356 000000000000052e57df7333c8d632c42193bc61c82f5f65dd95bc11f98da056 0.19 MB 529 204
187,355 187,355 000000000000016785caee443fa0581190350383bde9ef6729ff3a1e32056d58 0.00 MB 12 300
187,354 187,354 00000000000009968f2d574cbbc5aaa71186b19054f5af7d256f8269d4474628 0.01 MB 25 322
187,353 187,353 00000000000000b68ab313eab5014ab00ea45095e4c27296add1c322f8b1c1e1 0.14 MB 373 152
187,352 187,352 0000000000000455721384fa3d8e60b74abdc8bab7bf431a211a0278e3055fca 0.09 MB 256 84
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
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,632.87 GB sent, 93.74 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.