Memory Pool Memory Pool Refreshing

7,070 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,199 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (792,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,671 115,671 000000000000ea421992885ea07e89e06586fded2a003edaaf8aa8963566a55b 0.00 MB 1 0
115,670 115,670 000000000000beaa438b2039aef6957747a0f80d0ef63e0a0a8c58ad532a6c52 0.00 MB 6 0
115,669 115,669 00000000000008eb15f31d186d984c20493c4c83818bdf8aa13bc1bd914f1d4e 0.00 MB 12 407
115,668 115,668 000000000000d7125e3753f27336d1f616744ddac3213802e27dc8cd527073f3 0.01 MB 16 1,366
115,667 115,667 0000000000006bfaf41babca465639143523ecbf5302a47b7f85a2a42f75f254 0.00 MB 4 0
115,666 115,666 000000000000a7c5fa1411a9d53b82bd4f077f210f99e5bbb0da4427b5d45ea9 0.00 MB 1 0
115,665 115,665 000000000000a326f7eb92fcc94e9719a36bf4840379eaf72361e015ab3246e2 0.00 MB 3 0
115,664 115,664 000000000000789bbd3aa3db7bc4dfaf8fd5461b3244e5adc1c8b510ebac0813 0.00 MB 8 0
115,663 115,663 0000000000007882b070faf39994e921e5a6f1e184148b019423e375ef14e834 0.00 MB 1 0
115,662 115,662 000000000000e5f1be5a93eefe4e8b67bdcaa5bc32bfee799eb787a8a7df38d6 0.00 MB 10 627
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
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.