Memory Pool Memory Pool Refreshing

8,067 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,843 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,518 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (11,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,750 896,750 00000000000000000001e9f245f8c5c5bb169f7bd78b2571ca1775ea32cf0fde 3.45 MB 254 1
896,749 896,749 0000000000000000000133630b429cedf48e67fda5e03395a4b4798b88ded368 2.91 MB 906 1
896,748 896,748 000000000000000000010dce33cef8f8d8632ef79ff4a8332cf51ae4adb96395 1.50 MB 2,403 2
896,747 896,747 00000000000000000001305eba02558ef85b8f18f02382b59e5e998d13a51afd 1.52 MB 2,423 3
896,746 896,746 00000000000000000001743185904d8807de5a815bd42ea56ab0cb5aae6226e6 1.51 MB 2,975 4
896,745 896,745 00000000000000000001d16421dbfb509ccd6f392cbb94eb324e22c3abe9ee3c 1.51 MB 2,783 4
896,744 896,744 000000000000000000013dcc46dc8dc75bd4e60b0c2d2eac7e07bd803d8e8d4d 1.55 MB 3,009 3
896,743 896,743 000000000000000000005053b6e8d30cb63d10f3ae488ce3d9e4447e528f84d9 1.36 MB 3,387 3
896,742 896,742 00000000000000000001a67e179be6a63dfed05b04c1f42d36135b601f6fa2c1 1.43 MB 2,883 4
896,741 896,741 00000000000000000001234150c5508629570cfa448137bffefed77c76d4b302 2.34 MB 1,554 2
896,740 896,740 00000000000000000001e1d38cd30ee41d0694767c2e59f3d8f87343c908b4e1 1.40 MB 2,592 4
896,739 896,739 00000000000000000001e915c7d93e94472d5e731fbdcaf79cab2e1f91f48ae9 3.48 MB 850 1
896,738 896,738 00000000000000000000c73ac61d4237ba86c6304f6609c261f2c20f7c190331 2.16 MB 2,055 6
896,737 896,737 000000000000000000001bb192f71da1dc501f9d5daf5d1ae6d7c567c18055f7 3.33 MB 659 1
896,736 896,736 00000000000000000000a12921fecdba2d62cbeb8a6a8659a71976c5f20996eb 3.06 MB 938 1
896,735 896,735 0000000000000000000132afcd7718cf21e17d06b39e97cf7290ca25fd406b9a 3.23 MB 1,506 1
896,734 896,734 00000000000000000000566d4f61a40af273902d489d0b1d116604f7141665e2 1.50 MB 2,845 3
896,733 896,733 000000000000000000015dc74b2f7efcdde2bf6d8cc58cd80d6e2b62d0cdb83b 3.40 MB 957 1
896,732 896,732 000000000000000000016a1190aed4e5bce1d44e9d56e42f25273f1adda7e7f6 3.78 MB 353 1
896,731 896,731 000000000000000000019f9bcc17db9c91b1d3e1568a700e411cb8f720466a6c 3.29 MB 720 1
896,730 896,730 000000000000000000023e67ec2c907ae311ba2553c6c33379cddcff22834c9a 3.60 MB 479 1
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.10 GB sent, 94.16 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.