Memory Pool Memory Pool Refreshing

3,126 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,779 (389,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
518,702 518,702 00000000000000000003dbafbcdb2cbcf6d4a86e6cd3310ee63862db972d47cd 1.19 MB 2,801 15
518,701 518,701 00000000000000000026415d72c8670b265ed71cf7aaff165f5585203ea1fb13 0.40 MB 817 47
518,700 518,700 00000000000000000011b0341956a6360b635b0d3082cda639b86ae797e1b63e 0.16 MB 197 44
518,699 518,699 0000000000000000000a3cf29da8c7dba381a68c486302423a8968c91eb37f9c 0.12 MB 245 24
518,698 518,698 000000000000000000473c7aa0be03ffdfd76065120561fce43492155e9a1e10 1.07 MB 2,106 19
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
Previous 10 blocks ↓
Total Size: 769.13 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,630.59 GB sent, 93.52 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.