Memory Pool Memory Pool Refreshing

3,778 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,357 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (588,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,471 319,471 00000000000000000e9b64d0ff49c424499e0078cc29413ca302da201b103b3f 0.17 MB 297 27
319,470 319,470 00000000000000001a42b740d758b736a99dbd894f1e2ae0b26f33a48c9c6e28 0.22 MB 425 28
319,469 319,469 00000000000000002076e8a3ab93cca6f14f798a579c54580a2e1e57dd3e52a3 0.01 MB 18 28
319,468 319,468 000000000000000004106ad97d99d37b8e5cd955c6dadec271cde131b0ed0b2e 0.16 MB 201 21
319,467 319,467 000000000000000003e5385466cfbedb668385e769ab74b7476bc9c2ea7f0aa5 0.25 MB 367 26
319,466 319,466 00000000000000001ab9291c980a56ff7ae1186399d57d38ce8fbf222b5d1825 0.27 MB 505 220
319,465 319,465 00000000000000001b0d60a23343c59fc92d1d0a76df69dcb656ca0ee6511cda 0.46 MB 400 2,011
319,464 319,464 000000000000000023e07e5e92480dda4e697d8ceae324a7de01c1ec895a9f69 0.18 MB 271 23
319,463 319,463 0000000000000000251fc5d6b89d1399ab7ccca1272004954dee55282a5630ac 0.14 MB 256 23
319,462 319,462 00000000000000001c5ddc3d9c228f73782a7ca8e3d8fb006a39338ef0ca2d1d 0.05 MB 143 33
319,461 319,461 0000000000000000190d62e0d2330e4dc488593a69396831a4b0b38b7acce7ad 0.70 MB 1,006 25
319,460 319,460 00000000000000001e030cf4e5fc217d76ca895773a4edb7892992f283e3119c 0.28 MB 541 29
319,459 319,459 00000000000000001c6a3ae35d5e7714ade97214e377fb016247e31351d48c08 0.20 MB 260 16
319,458 319,458 00000000000000001938621c239b564c3a0c5cde8b71b8e391b9699b2b5199fe 0.35 MB 1,008 40
319,457 319,457 0000000000000000238dd7f9017716bd15e8f6fdc6059ba0fa7526089a2a5a9a 0.01 MB 16 29
319,456 319,456 0000000000000000003921824c601ba5ae5b72edb08881d5a55ccc0b8b3008ec 0.00 MB 8 16
319,455 319,455 000000000000000005f62c0d318997596aa5f46a2355dd2fb05ca353bdfbc924 0.17 MB 204 22
319,454 319,454 00000000000000000ee0b1461e834ee90fa97c939320fb9a02f151f2266ed553 0.35 MB 659 31
319,453 319,453 00000000000000000dc4b15c68eb537a2bcc33c9fccab676b5640fdd43f85f38 0.14 MB 298 33
319,452 319,452 00000000000000001566ac54399673c5fbdd34f2f0b4b9a4da7eea0da7968c73 0.18 MB 127 14
319,451 319,451 0000000000000000198d304ab3120248fe12b0146ea82cba5a1664d3f1f9d5b3 0.35 MB 758 32
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.47 GB sent, 93.12 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.