Memory Pool Memory Pool Refreshing

1,063 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (873,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,855 34,855 00000000aa905cd1568c71fd93c2bd39487f098e14f5e865ecd02548d129b63f 0.00 MB 1 0
34,854 34,854 00000000868049f9f3be97f50034313299665cec3ea93f00069ee24330638f62 0.00 MB 1 0
34,853 34,853 00000000294a0c52efa123b3013b14aa5507bc7c07c1205c329b7a6e15e6b5bf 0.00 MB 1 0
34,852 34,852 00000000b9d28b25f294424e2992e054373b6e58926980d1bdffa3471e587072 0.00 MB 1 0
34,851 34,851 00000000a93800658b699be2b21e0333570b9f889b9e527920fe64f30dee348c 0.00 MB 1 0
34,850 34,850 000000000408c63f9d7ebf1442a768129bab0183f5c5a99611f39f60fe75c7a9 0.00 MB 1 0
34,849 34,849 00000000b7061f1cbb9a51b0d9cd3d44325536b065defdcfc143ed3096ecb1d8 0.00 MB 1 0
34,848 34,848 0000000025b320c682547f75efcf1521186a4ea87148dfb4505989ba15d3ade8 0.00 MB 1 0
34,847 34,847 000000000558b184ead2f1a6864f223395769f4fc17ae5952bfb6267a418af21 0.00 MB 1 0
34,846 34,846 00000000b30cd3ec67ad96dc357a19234cf5edc441192d29a46064f5e53af48d 0.00 MB 1 0
34,845 34,845 00000000610901fdeb438ab0a56b918b5e1eea66814fa9a3585bcda4c4fb9407 0.00 MB 1 0
34,844 34,844 000000003139cc28de1778abd396ee57c7db86a63f7becbad05c1289ca9bcb4d 0.00 MB 1 0
34,843 34,843 000000005ef76d419a2687ea668680c2dd5ae8c15bec8ff8ef3059db4e2e2595 0.00 MB 1 0
34,842 34,842 00000000430764fd54ddf1349c0853cc1ae64f3a9b28f118561f54cd252a7655 0.00 MB 1 0
34,841 34,841 000000006f252f16d6e07e698618f749911a419f463772fb12fd6e9c5aa20032 0.00 MB 1 0
34,840 34,840 00000000247c9e29b45b7d59d734da4570a037b3b0ecefbe372aedc384d8eec0 0.00 MB 1 0
34,839 34,839 0000000044151b9111df5386d4efe8de4bd930adb3778697118818ee6edbc03f 0.00 MB 1 0
34,838 34,838 00000000bd427a9b772c24d0b295504b5c118a6718d0f8393f4c66a19eee2761 0.00 MB 1 0
34,837 34,837 00000000bece1e4139ae4ad4154d885c63eb134fd631918cbdfa4055c0d3956e 0.00 MB 1 0
34,836 34,836 00000000aace00beaca2951b4840604a0688f3fd1565072418517fdcd319ebfa 0.00 MB 1 0
34,835 34,835 000000008ae2925d896f0fd98d9cf5e06f0ed424d26df67dff819d0aac1373ca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.