Memory Pool Memory Pool Refreshing

3,818 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (538,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
369,441 369,441 0000000000000000079fefe34ace51b4f895453855f8f5e0fbc3970c1de0f688 0.95 MB 1,904 38
369,440 369,440 000000000000000012c737c2a865576d59557b658fe170e1ebb43f48c7625153 0.68 MB 1,643 46
369,439 369,439 0000000000000000028dffe7e7e0c0604bd8e89513971d4bf8fd6cb7dacb3bfc 0.97 MB 1,881 38
369,438 369,438 000000000000000000f3f10b57fce0a5f25b026b64b7db073d9d623a4d4833e4 1.00 MB 1,965 41
369,437 369,437 00000000000000001032454020ddc0443be95b472f4052b435b689d8133a5314 0.00 MB 1 0
369,436 369,436 000000000000000013ab392134aba3685b33d9a1f4cc7ebac8bfe1e0e9dcaf6a 1.00 MB 397 14
369,435 369,435 00000000000000000d8c073e66e67cfe4fdda847e257d4dfe1b936e18c0d27a6 1.00 MB 1,021 26
369,434 369,434 000000000000000007164a37f3840e978d79926b06ae9dd9172e36fcea8cc587 0.37 MB 473 30
369,433 369,433 0000000000000000128819aa8fafe1ea93c7a63fe5ccad3762bf4d68bbe74088 0.00 MB 1 0
369,432 369,432 00000000000000000113ddad3c4b6687d7fdcb568cc7690b8079f9d808642f9a 0.56 MB 890 31
369,431 369,431 00000000000000000833aac699d63ec07a7de0b2735c8c0f72d8b7579214eb4d 0.91 MB 915 34
369,430 369,430 00000000000000000e9738ba1ac0243a1ddb15db0873bfd6fc2285aa82936d76 0.25 MB 188 10
369,429 369,429 0000000000000000036bb00933326e1e3a4c0a745187c00c21382c662a56dcd4 0.68 MB 1,386 44
369,428 369,428 000000000000000003be4cdcd035b34fe33abca78c49cdfcd4669c4e471cf8a3 0.44 MB 1,085 42
369,427 369,427 0000000000000000002a301a7af132c8ce0aa9d9f8898f7d983e6bf5c48eac5b 0.35 MB 509 31
369,426 369,426 00000000000000000995ce550cdc8c9501c8511d1472ae9aefcee91d9103f4e9 0.48 MB 837 36
369,425 369,425 00000000000000000f2da730d2a9d5d820d97cfc2bc9ee6227dd12b37011993a 0.99 MB 1,541 35
369,424 369,424 000000000000000004d37cc0d4dc144a16621ec1803fed3d716aa22b1534391a 0.64 MB 1,266 48
369,423 369,423 0000000000000000130d805a7d59d6812639dbea630f563c7cac94d1df95015d 0.13 MB 306 97
369,422 369,422 0000000000000000111ae838e8ae6e18031067143d505b1169c27a3b27a2f10d 0.00 MB 1 0
369,421 369,421 00000000000000000e2396b020cf803b446c5213c01423b2425b32a6812670dc 0.23 MB 370 38
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.