Memory Pool Memory Pool Refreshing

348 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,567 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (896,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,574 11,574 0000000088b73c08e376e81d03b5ea2de67c07af77fe71e64c3d7d0cf604dcf3 0.00 MB 1 0
11,573 11,573 0000000038119a94acc2943a5882e1ab4355d7e8034aa0e2e86e4d61a583e6a3 0.00 MB 1 0
11,572 11,572 00000000a3b655c79e0eed9983fbe86ac51ee425f9cf324c968e00444dfa1a3d 0.00 MB 1 0
11,571 11,571 00000000b2da0b0d86aac4dd1175ea936ba5a80ed98b2ed0c2486a33b0bd0f06 0.00 MB 1 0
11,570 11,570 00000000cd8fdf8a463af787de45dafada6c38703754d066bbc439bca8da7f95 0.00 MB 1 0
11,569 11,569 00000000f3e8bf4f39f449b3eefae314c61adf0553d9d18831026ed4adb81468 0.00 MB 1 0
11,568 11,568 00000000d7cb316527f459f65a50756a605ccc7acedc444de9961d1b225a1985 0.00 MB 1 0
11,567 11,567 000000003bed01970acbe2f32f994b7330f0a7c2df33e465be946ba02c155101 0.00 MB 1 0
11,566 11,566 00000000febbd0be9304cdc4c87cc3fc8fc0de10e09e91a9165bf3e2e20abe40 0.00 MB 1 0
11,565 11,565 0000000022a372f41d0d54442fbadb4961a68dc1b334915a93474fc035f1b742 0.00 MB 1 0
11,564 11,564 0000000019799376c7c9c719f0209680903dc0812ab24f46245aa041b8f38250 0.00 MB 1 0
11,563 11,563 00000000208136fdb334cd9cfb7faf7c0f30c0293ad00b641baa1ed2a7fd2c71 0.00 MB 1 0
11,562 11,562 00000000e9e3565c958a25a7c001f111d99a84dfea2aeb44db80413cc78c0275 0.00 MB 1 0
11,561 11,561 00000000ffdace7df6579699cdd8ba7be094b5637dcecc7b381af8d83e6d60d1 0.00 MB 1 0
11,560 11,560 0000000067ef63568034512c40e88b8c903c15d3939c8d328c51ee7995388c13 0.00 MB 1 0
11,559 11,559 000000007994d72fe76d22feba6e92edfb473803253de3e5ce4734677e62e387 0.00 MB 1 0
11,558 11,558 0000000071311ddb0439491bd0794f2679de254325b31c48b0a9d97472255f92 0.00 MB 1 0
11,557 11,557 0000000010cdc2b3c90cece2ad2ce1fd15406164949db6a95f6ca0b4b50e5ec6 0.00 MB 1 0
11,556 11,556 0000000015061ad2041a8f11ce9cea273c6fd08bf2c792c68cadf4f6743cc251 0.00 MB 1 0
11,555 11,555 000000005efd84a1af2a580207e3aba101082919cf3f90597d2a50b0b66a9983 0.00 MB 1 0
11,554 11,554 000000001d0dcdd266cf5e7d72cba3bf330a95e6538dd4188af7da9cf82ae5ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.70 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.