Memory Pool Memory Pool Refreshing

9,228 transactions
4.27 vMB
Show Random Selection Loading Transactions
Max Size: 23/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,993 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (193,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
714,561 714,561 000000000000000000081f53c492703c785f6fff23a92aa7325ff5603682e4f7 1.20 MB 1,403 8
714,560 714,560 0000000000000000000b0956ab4266b9365a8eead77d7faffdf442f4bda38484 1.15 MB 856 7
714,559 714,559 00000000000000000006c8f94a55dcf8427a9d1529a03b201856ceba7ed95d42 1.34 MB 1,793 9
714,558 714,558 0000000000000000000b1aa88bcf2a4c80107660bc2327563097572fb2c5b8f7 1.40 MB 1,850 14
714,557 714,557 0000000000000000000638a5afde8a503124673e8d29beaf3a1e5a5905b5721d 1.33 MB 1,660 8
714,556 714,556 0000000000000000000a0847df463b49802bc5c424a948c8d462330d8bb44296 1.32 MB 1,206 6
714,555 714,555 000000000000000000035fba7bdfed50a131d12685d9edb0ba0ae2f95993a0cd 1.44 MB 2,722 6
714,554 714,554 00000000000000000005ea4da9e4bbf51a2ea61084d08c0251365b4692f0772a 1.69 MB 2,398 15
714,553 714,553 0000000000000000000a2daeed9f01f2ca39cd2839026c3f12ceb0f388f815ce 1.51 MB 2,800 21
714,552 714,552 00000000000000000000057c070cdc0ff793aa4e23935e733463ad2015895b7e 1.37 MB 2,329 10
714,551 714,551 00000000000000000004b21fb01e4c627756355dc69f35bfe56be0458c519b98 1.46 MB 2,203 6
714,550 714,550 000000000000000000026c39fbd72c2f811547728a331897854e09668cdae2c4 1.56 MB 2,740 12
714,549 714,549 0000000000000000000b88b24862f5df678ea14a7e9a395a33d0f1175c5003cf 1.46 MB 3,571 20
714,548 714,548 000000000000000000030f6d90f0ccaf30f5cc821022f6ec346da7f81afc76f3 1.82 MB 2,057 15
714,547 714,547 00000000000000000004c58a6aec32ac848a73cac0a1dd4cb56bed7242c6f20a 1.10 MB 657 6
714,546 714,546 00000000000000000009d964cc2beba0a60b2d070b9acbecd1635a09603f2d64 1.11 MB 806 7
714,545 714,545 00000000000000000001eb2f76cadbfddc24efc6413bbdfe631b4b69152e3e21 1.07 MB 488 5
714,544 714,544 000000000000000000011280ba082ab389baa5b3d6deef93c4f8df45142e3d39 1.49 MB 3,449 16
714,543 714,543 00000000000000000003d699b60718c8b95b6d75e666ee21b299d7cbe577ba3d 1.31 MB 1,241 8
714,542 714,542 00000000000000000003bb1edc62d1d4930dfed04da60a305d70298051f9cf1c 1.10 MB 281 5
714,541 714,541 00000000000000000003e8f1e121217b030bd878314c5e799aff4eca84238576 1.32 MB 1,265 5
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, 114 incoming
  • Data Transfer: 1,625.61 GB sent, 93.03 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.