Memory Pool Memory Pool Refreshing

7,154 transactions
4.02 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,572 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (135,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
772,382 772,382 00000000000000000002444962f731c547c71ce75cb7fc6ea85ee5bc13023fa3 1.46 MB 2,728 13
772,381 772,381 00000000000000000006b4caf229b498e951093b2d03f1e850fde02ffddcfc06 0.26 MB 459 9
772,380 772,380 00000000000000000001efcefe7057304d04f230026d366186f65a44902004fe 0.53 MB 1,000 6
772,379 772,379 000000000000000000065304bc93b8012477ff964133aed25aa2006d488efc61 1.91 MB 1,949 9
772,378 772,378 000000000000000000028eac6ee1bfaa02f91ee9af1010fa5bb5b4df19c9f333 0.32 MB 372 1
772,377 772,377 00000000000000000000b726b876d4c187f98f5e90b2e516cfa64d38160608cc 1.82 MB 2,237 10
772,376 772,376 00000000000000000003e9778dd9390b23f6d13774b11c503717ed3edaba982b 1.19 MB 2,988 10
772,375 772,375 000000000000000000059acf11f1b239df5b46c231409bba737bfa4ceabba65c 0.01 MB 20 2
772,374 772,374 00000000000000000001010b51eef357e2677e4e66ce84444c09f2cd0833461b 1.25 MB 2,219 8
772,373 772,373 00000000000000000002f8181629023b6c5ab5c0703c17f48c770302cb71d8fa 1.63 MB 3,052 7
772,372 772,372 00000000000000000002813608ab8c1396eea514c04a1da96cb59d94b4c14a4b 1.72 MB 2,057 13
772,371 772,371 00000000000000000006b17333033f780e4fcd3c7e9de0afc589a657e5344990 0.68 MB 1,231 8
772,370 772,370 00000000000000000006966fe37566905177f7d1135469ed2c7edfdacee4bd49 0.28 MB 459 11
772,369 772,369 000000000000000000022c4a565ba308da40a2b2ddafbdadb3e810bf5deedbba 1.10 MB 1,457 8
772,368 772,368 000000000000000000071f453df0427aa634ae4481b25dcdf4a0448ed507eeee 0.07 MB 112 11
772,367 772,367 00000000000000000003c16b2eea39c1a5bf819f559b90e641a0ba36d83faaeb 0.49 MB 796 9
772,366 772,366 00000000000000000006c0994f57a2122afbd591db731698261f52281439b350 1.22 MB 1,729 9
772,365 772,365 0000000000000000000089fea1fe5b458f521c3999a85b89c1d438fbe6cc974f 1.49 MB 1,016 2
772,364 772,364 00000000000000000001210c342d3c470d87bb2e56682d7cab97d17f1204d861 1.36 MB 2,564 12
772,363 772,363 00000000000000000003fa0806bcb4ecf029648b34998735e82f3245f23f2300 1.23 MB 2,726 11
772,362 772,362 00000000000000000002ae8379c315c673c3b77b8623d1c1432071c7d60f9c25 1.08 MB 1,877 7
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.98 GB sent, 93.05 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.