Memory Pool Memory Pool Refreshing

126 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (792,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,661 115,661 000000000000a7f1c693ffae82743d9b91fb327bce740efb6e75b9fd8bd2c7f1 0.01 MB 7 416
115,660 115,660 0000000000009bcabb85ba31bf827ecf2dfa3cc3ae39e395cf2a106bdd7e10c3 0.01 MB 12 0
115,659 115,659 0000000000009cd78330d3ff17590ce2c0be76d5d771ce73add23596cfe85671 0.00 MB 2 0
115,658 115,658 000000000000738d5a577a7b02e905814680d2b0f6c8c548140084236d2e2f74 0.00 MB 10 357
115,657 115,657 0000000000002cf1eff8abc12b22ea2d47cdc06a6b7c72f4f8799a7a7d784619 0.01 MB 7 881
115,656 115,656 0000000000000364ae254cffa16b7b2be2cb7f6290887bb9c508faea0ec808ef 0.00 MB 18 1,657
115,655 115,655 00000000000001667ca95ff57da0eb43c0890a57c67fc6678253a056b4e07730 0.00 MB 7 0
115,654 115,654 000000000000e3ba5dac100763b6d74a98838166b8de94da4ca4cdbdb4b13e7e 0.00 MB 7 615
115,653 115,653 000000000000aa6ab1c98e8d638b1eff1faad92be640a0b096cd4a2cf3ca1506 0.00 MB 12 1,203
115,652 115,652 0000000000003ec37fa5a0571995176c96ca96febcab187c152180acac7e6535 0.00 MB 8 0
115,651 115,651 00000000000099191b871a6c38ed7f946cc081e49366550d09ba32395537bb61 0.00 MB 11 0
115,650 115,650 000000000000e31a484a81929e55aeb19e95d77302276fc41770a26cd92d980a 0.00 MB 10 1,524
115,649 115,649 00000000000027de6d75a94c0f175cb5775c11076527f25c782b399de5da2bde 0.00 MB 1 0
115,648 115,648 00000000000045fd3ff1fe25b93c26800e04e384e50caa8c2214a9fc22884802 0.01 MB 17 133
115,647 115,647 000000000000e20826b2866c7fbc4d3b3f1117414c86aa430580147112d9b284 0.01 MB 30 1,206
115,646 115,646 000000000000728982c667407e28f1eb351471a6ad9f7227430dc814c1d2fc14 0.00 MB 1 0
115,645 115,645 00000000000011923b684b90d1b9bc0972e51b7896ac7b42bbebd8a4e7eddedf 0.00 MB 1 0
115,644 115,644 00000000000068078c62edbceec4879ef189307c56b5914323c768ed40beb7a1 0.00 MB 9 693
115,643 115,643 0000000000001a0caa05746f583c1691bcbdc04461fd88ab0b2876a64afeacf4 0.00 MB 9 0
115,642 115,642 0000000000003997ddaac5ee7c69b024b968ca81df9537ea1af334f2d1e74e12 0.00 MB 1 0
115,641 115,641 000000000000573589a50a9179d458a2398d1a94dbaf110617a08a2ae8b84ec1 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.28 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.48 GB sent, 94.30 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.