Memory Pool Memory Pool Refreshing

5,803 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 1,719 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (117,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,686 790,686 00000000000000000002a561de6665356fb9bd961eb327b1c7ee07ca335ea7f4 1.97 MB 4,374 24
790,685 790,685 00000000000000000002d53a99c0654991da139bbac8c416529873da7e99a88c 1.65 MB 3,508 38
790,684 790,684 000000000000000000027a745cdb6c454ff155c3bf7034169fbbbced1e6a48a9 1.70 MB 3,725 53
790,683 790,683 000000000000000000033675dfb4fb5406b53b921cb553bfbac153ea98aba597 1.79 MB 3,403 27
790,682 790,682 00000000000000000002028b5bfc88f04b55b5423edcb7e1ffcefda9c8a47db9 1.76 MB 3,269 43
790,681 790,681 000000000000000000000eb6dc08351394abada29567b38059c35cbf98a8138b 1.40 MB 2,410 69
790,680 790,680 0000000000000000000398a653ec8f2432121a66c3cd21f1fc2c2b103ba791af 1.51 MB 2,729 66
790,679 790,679 00000000000000000000dbf8ffa8ae68a17252f6ec2af3e13bc50a5776647886 1.57 MB 3,210 67
790,678 790,678 000000000000000000016fb865a5e424a73d13bdd3fe1bbd8cd91a06b0aeaef9 2.40 MB 3,226 21
790,677 790,677 0000000000000000000188f04c1b97fbb004a677838666677e98702e0baaa828 2.02 MB 1,725 29
790,676 790,676 00000000000000000000d12c9544d2e1aca131caa4cf2892d407673797f3b48e 1.77 MB 2,863 42
790,675 790,675 00000000000000000005515b4bd3c20d7e5b8e6b6da5076e1308d89052e2aa81 1.70 MB 2,240 21
790,674 790,674 000000000000000000039626881a5bd402464ca75bb850a576fd1a552d296be3 1.84 MB 4,463 27
790,673 790,673 000000000000000000042d55c970b2fbbc278863c051a85a7df1bc12b0991d8b 1.93 MB 3,734 36
790,672 790,672 00000000000000000000c3738678518b1648f10a4a0caa823d6bfbafd432662a 2.11 MB 2,795 28
790,671 790,671 00000000000000000003cdd9eb179509a7575af3c0481a07779e55ceaed7e076 1.83 MB 2,759 33
790,670 790,670 0000000000000000000568773ed3876dc6e52774d9c726ac76153aded5255ec5 1.77 MB 3,194 38
790,669 790,669 00000000000000000003c0362c16553c43fa598287f2eb24c6057684613c4708 1.05 MB 257 18
790,668 790,668 000000000000000000002eaee454a78caf8d47518e38298716f7adf61d6b7f5c 1.67 MB 2,849 41
790,667 790,667 000000000000000000005fd07ef28017b6c2aed43d5725a88df347df1ee49ced 1.01 MB 129 17
790,666 790,666 0000000000000000000567ed2e225f6488cf462839957543536cf3c366ee7185 1.43 MB 1,850 22
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.84 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.