Memory Pool Memory Pool Refreshing

9,242 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (721,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,664 186,664 000000000000059c02f24be80b89268bc891e8c5b95cf85bbf4cb092f400ea95 0.15 MB 123 103
186,663 186,663 0000000000000202d6cfd55da83a78e785b28a3dbff8c2b5bd572a8a5d377eb1 0.03 MB 67 30
186,662 186,662 0000000000000652d0271228b80891b0c970f4d9eac50972ef72b3bed81462c3 0.17 MB 408 167
186,661 186,661 00000000000005c917000ccbacd8dbef4d669b26654e5d35cc4992a40403d0e9 0.00 MB 12 15
186,660 186,660 000000000000053b75fb4792f6f11059d665296f17d63021018f192d8cfa03c9 0.00 MB 8 0
186,659 186,659 00000000000008ed5db8a5b1b58a356491766ae237483e4d32ab6ba2a6d6129e 0.02 MB 61 503
186,658 186,658 00000000000008b5f15fbe09183fed49b26949268c337e8cbaeef5c0f0022855 0.01 MB 32 75
186,657 186,657 00000000000003b511cba3c71ad098ccd9ee1c424f8e2c9f6f5f3bd0f4b9a923 0.00 MB 12 30
186,656 186,656 00000000000007abf9dafd5e53b4826950c9dc9ff2346308cf44058f7642dda5 0.03 MB 80 115
186,655 186,655 0000000000000865e31b8f261a6925749925fb4df9cfbc2375c7855dd2bddc81 0.05 MB 141 66
186,654 186,654 00000000000008ad601a447cb4208d99c76b5e37c254f8fd523e767429745b7e 0.10 MB 239 168
186,653 186,653 000000000000093a658af7911d29b086e00714b4de7d230ea5ab1385092dd21e 0.00 MB 9 613
186,652 186,652 00000000000004f815209f2630bca3672cf4f70b5c335f3c483f3e96e5b558c5 0.03 MB 112 179
186,651 186,651 00000000000003417fafde3c35ccde9128693b9cfc2ed965a4d9af3ba7970637 0.16 MB 435 141
186,650 186,650 000000000000093a1be890385ed6579cbca32ad7dc69cec011293f8afcff47ed 0.03 MB 122 27
186,649 186,649 000000000000065a26f1b98b7675aa36c497bb5e4e2d84dbdea363bfcb4f321c 0.17 MB 334 131
186,648 186,648 00000000000007c37e4c45134f3af24753004ff376ffbee1a221f54df49728c3 0.05 MB 139 42
186,647 186,647 00000000000008eb5cae1b4d3a1d0ebf00a7342e578d20eb842d88ab5e6f756b 0.08 MB 128 94
186,646 186,646 0000000000000384cb3057980062c1c37d4f413338d10dc2c6e99a4df39ed5c5 0.07 MB 117 136
186,645 186,645 00000000000004b63efd7714101a42aa6c50eabb875e402cb3fe8d0840637523 0.12 MB 256 56
186,644 186,644 0000000000000237e24eb81883493bddcab03c69f054ec5d922717e5fe851018 0.04 MB 99 80
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.