Memory Pool Memory Pool Refreshing

8,301 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,333 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (389,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
518,697 518,697 00000000000000000005a992041220f05159daedd4acdc46a909e6ddd2c23608 1.19 MB 2,585 25
518,696 518,696 0000000000000000001f78125ee043026b138f6bcc38ea069024dbf7130c7161 0.39 MB 806 27
518,695 518,695 0000000000000000001e8cd95538610d86448540a6d28a081e9b4310eaa4cba5 0.65 MB 1,564 27
518,694 518,694 00000000000000000019e1c8d6193a599435c0520bd77e4a3cb0f2869442659b 0.22 MB 535 16
518,693 518,693 00000000000000000027577bf74f29e6086d99bc313d601d53988cdd4bc536ca 0.69 MB 1,559 24
518,692 518,692 0000000000000000000965d30abb37c251d020f1d4443810b36593122e2f3a05 0.21 MB 454 20
518,691 518,691 0000000000000000002fb087d0317eadfe2ddc72328d76cfa38c7ed45a432624 0.62 MB 1,171 25
518,690 518,690 0000000000000000002f3d7b7538e75ffa67930daef9aa7c192a032ef14851c6 0.22 MB 444 21
518,689 518,689 000000000000000000364c185d0d990da177ab62d50deccb3bc86997fb4e2f7b 0.25 MB 606 22
518,688 518,688 000000000000000000354a5ec909c9a6f1a8b8cf8c22d5c05ffc03a83fc0ff92 1.15 MB 2,803 21
518,687 518,687 00000000000000000004bdd2ef9fa9c5cd67cc0568879fd8780e9a4e57ee2991 0.78 MB 1,316 12
518,686 518,686 000000000000000000343c702c940534e290260308d3e85e12341dd52ae6a1db 1.10 MB 1,647 26
518,685 518,685 0000000000000000001feb86e583c568998d3bfd76f700569e87f846d7799b49 1.15 MB 2,092 8
518,684 518,684 000000000000000000425924e139674007be522527a1f9ed312a5c71497b66fc 0.29 MB 488 66
518,683 518,683 0000000000000000002920ddf6b6aadd58112ebd6b7aa9025e2116f554731519 1.13 MB 3,144 10
518,682 518,682 0000000000000000000223e64b098567337b1e1ca93b2d1abc7f5b1cb806aac2 1.10 MB 2,368 45
518,681 518,681 00000000000000000038a5c9ac74ad0371df03e8d12e688b4e6ff0d8af5e7682 1.16 MB 2,558 29
518,680 518,680 0000000000000000003ad32ea2da5d7d87f4deccbff20b0a974ee39c60aae471 0.30 MB 780 34
518,679 518,679 0000000000000000003e5a0a03e90793a3575a71261ca4263390b89a2497ac59 0.24 MB 506 16
518,678 518,678 00000000000000000017685948a7b3c94e5cbb4725ec8164247629de400f51df 0.16 MB 263 7
518,677 518,677 0000000000000000000523eccd3ab6b25d6a54afe6c3e2309d51ba87307fc2e7 0.60 MB 1,374 25
Previous 10 blocks ↓
Total Size: 769.25 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.14 GB sent, 94.17 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.