Memory Pool Memory Pool Refreshing

8,073 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,884 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,112 908,112 000000000000000000018eba2a1a2bfe6f159e9cd349525f37d1ff52ea7efe46 1.66 MB 4,343 3
908,111 908,111 00000000000000000001d088976f0e8ee6f4af4458bade4f0c57ee8b9b277315 1.57 MB 3,550 7
908,110 908,110 00000000000000000000d24d8255f2bdd4c499b4d2290c45bd1992bbe9e019a7 1.54 MB 3,509 9
908,109 908,109 00000000000000000000fbad28c8fd03ed25137dc9c434f84d90dfbd62c98236 1.75 MB 2,291 1
908,108 908,108 0000000000000000000090b214185d79ed8e182240c87feb9f116380db1b5cb6 1.58 MB 2,344 2
908,107 908,107 000000000000000000015929d402fb142b763c1e290e5f9676b53d8fc7cf16bb 1.65 MB 4,003 5
908,106 908,106 000000000000000000014a1c19367630bc0c7a703e706961ace47c3345372243 1.80 MB 2,680 8
908,105 908,105 0000000000000000000158cc5bee1e061e7225b6631a49629c11a473b0412dee 1.75 MB 3,010 1
908,104 908,104 000000000000000000018a55de87236608dc870e78e0588686118b5616279b69 1.49 MB 3,008 3
908,103 908,103 00000000000000000001beeedc463462162149159849dd8a8fc84d9c0aa2b91d 1.90 MB 2,899 1
908,102 908,102 000000000000000000019084cb9f26e7421fb36a6741691506b4b291a7d2dcd0 1.82 MB 4,503 1
908,101 908,101 00000000000000000000b52863f2db64a2e0b57cd4b60766649be3e3af290f89 1.73 MB 3,433 2
908,100 908,100 000000000000000000014902feee114fb63ba77652e720300f3d4da3e494383d 1.55 MB 3,083 4
908,099 908,099 00000000000000000000be82f6b31152e96aa62f2ef42ce5054f065478320be6 1.78 MB 4,682 1
908,098 908,098 00000000000000000001ae17b72aa628d5923b5971384b3fd764d7691a429ea6 0.93 MB 2,027 1
908,097 908,097 00000000000000000002192598e363c3dc370a3d41faa25e81ae497671a5db3f 1.59 MB 3,446 3
908,096 908,096 0000000000000000000228507d6bcf4a42b1774e41d5f9fa1c20fa87b32ba1e6 1.76 MB 2,142 2
908,095 908,095 000000000000000000022e29467bccb50a074f2eec2d83ebfbd29a67184af8a3 1.68 MB 2,479 1
908,094 908,094 00000000000000000000c5af95bfdfe1955ce7dcdb92f6b7ec612c3ec496b706 1.52 MB 3,156 4
908,093 908,093 000000000000000000022cbf9f383ba122c4dfb3399e488ae0e7699833dde961 1.76 MB 2,256 8
908,092 908,092 00000000000000000002015cb7c9f807aa429fa53c9826df449a8514778da1ef 1.66 MB 3,435 1
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.