Memory Pool Memory Pool Refreshing

1,242 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,922 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,225 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (117,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,690 790,690 000000000000000000054f9cef667c0efac56d867a6fac573ec10597ad98b737 1.45 MB 2,563 84
790,689 790,689 000000000000000000043b0a332ae6cb86223b4df8f036a0be094bf9471dcd11 2.39 MB 3,054 27
790,688 790,688 000000000000000000023cc8ccf201067ca76dc491163f55be56d75d34b5870e 1.79 MB 3,980 35
790,687 790,687 00000000000000000000c44b8b7640c4f6f835f1292c030b56e327a8d47b050e 1.87 MB 4,644 36
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
Previous 10 blocks ↓
Total Size: 769.39 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,644.43 GB sent, 94.92 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.