Memory Pool Memory Pool Refreshing

10,645 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (561,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,391 346,391 000000000000000012a453ebe873ba9731b9d7b8bbbddbb2275406d1de4460cf 0.75 MB 486 14
346,390 346,390 0000000000000000097f38b3a09f92b0f4d2a647548774f46baa4b822cb3e71b 1.00 MB 1,660 26
346,389 346,389 00000000000000000d7c4c0029487d0c034c4346b40e01cf35a7092005e53918 0.42 MB 481 18
346,388 346,388 00000000000000000504b31e27c1f58186fd326290b60a7a2bd3bc15075cc5a1 0.43 MB 339 14
346,387 346,387 000000000000000016889cd874dafc64a774a331044e054addbdb79542a6f70f 0.84 MB 485 12
346,386 346,386 000000000000000008d9b0b9e2d2758dc715fe9bf75d19ce626c937dbe147cf3 0.75 MB 289 12
346,385 346,385 00000000000000000228198eedafed2af4f8ef87ddeec8879821653faca0fa2c 1.00 MB 495 14
346,384 346,384 00000000000000000bf5ffc2d19bae985cfd050da2c6876732318111c7dcbe43 0.75 MB 520 17
346,383 346,383 00000000000000000c57c303ffba3c647dc406336ed78019b5bc1e472bd3a586 0.75 MB 1,126 22
346,382 346,382 00000000000000000cf5268b4418cf20f83909a18184277d69e3b516f5460c7b 0.44 MB 208 8
346,381 346,381 000000000000000009bdaccdf6d5765e874bc3873bec06d8bf017ec4796faa05 0.51 MB 312 14
346,380 346,380 00000000000000000ede63ad0203aa389d140a6b6a9acf7f4aa8903220254550 0.75 MB 1,518 28
346,379 346,379 00000000000000001452f4f078a23f823004baac88767b12ce6f5411ab568eaa 0.33 MB 574 24
346,378 346,378 000000000000000013ff0184ca697936fd67b5d704b5370c68351a3a3efec08f 0.07 MB 48 7
346,377 346,377 000000000000000002e13ee715262f37180c4633d378bab17567da89990e7196 0.17 MB 377 30
346,376 346,376 00000000000000000a64ad729eeb912d9a05df14d2dba95234ad084c6315a55e 0.28 MB 523 23
346,375 346,375 00000000000000001300e563988f3c565e57784f52f850197f68b566e4da5772 0.29 MB 434 23
346,374 346,374 00000000000000000a9c0518a2749c9b897b7cce009e2d30cc1e31507df6637b 0.05 MB 21 2
346,373 346,373 00000000000000000b1691eef426ed42186fc0e0a67d69b41f63c9a51db48e75 0.15 MB 237 12
346,372 346,372 00000000000000001764a5c68e2aa749aebdccf4e4490a35c336db44b9de18c5 0.06 MB 59 11
346,371 346,371 00000000000000000dd1ad6a136126500c0e8fd5dc06d7846150b02ceda6a530 0.36 MB 758 29
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.13 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.