Memory Pool Memory Pool Refreshing

11,913 transactions (4.44 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,889 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,257 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,888 (889,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,926 18,926 000000003e9bb763865625b5cdbaf97ffdef97d70a209bbdcaae870be2e1596c 0.00 MB 1 0
18,925 18,925 000000002a8c383efcf8b2fefd1f7f52de32941029255cee0255c260d5e2f508 0.00 MB 1 0
18,924 18,924 0000000007d59c8c69bb5b2544a95a8bcb6f7a2a9273bf45c30276b7ee19e3f3 0.00 MB 1 0
18,923 18,923 000000003f773d8d01e6ef050de9d3456e58961c67ceb8fac33a8c4347a01ef9 0.00 MB 1 0
18,922 18,922 000000005bbd6234f1134399ca26cc5f859e14bfe7382754333a74008f374701 0.00 MB 1 0
18,921 18,921 000000006127920d11903d0dcba27387ec2ca8a0cf5ef95f45ead5d481206a09 0.00 MB 1 0
18,920 18,920 00000000937417229340529f6ed5e1c0cce145743d1b86d704c71617468b7c46 0.00 MB 1 0
18,919 18,919 0000000065758282005a0633a659a5e93a3fd2e1ff0770a4afbebb74cdcfb6ae 0.00 MB 1 0
18,918 18,918 0000000057c58a8e409768943a85e14644a7b119ad0e732ff3122c00a7e96737 0.00 MB 1 0
18,917 18,917 00000000701e49d92fb21ce086ecf00c812a0af901288a973260661c44f4ce80 0.00 MB 1 0
18,916 18,916 00000000973e9ef0904b848559f2780daea4e47469f7498ef6b05e46f38d101a 0.00 MB 1 0
18,915 18,915 00000000cae311a58f1e70897c67e64058bc14b5b45b426979bad2a56180ee86 0.00 MB 1 0
18,914 18,914 00000000d9c25568c42c29a429971daa1f4b04a4ea474c6d0e0e269c05e689fe 0.00 MB 1 0
18,913 18,913 00000000567afa7c36f5595020d26e011527c45a6c3000b79fcb77048583d3e6 0.00 MB 1 0
18,912 18,912 00000000804232d40fd5bc5c19cd1285b9ad2339b17b22efd1061c5d2917b4ee 0.00 MB 1 0
18,911 18,911 000000001c2e7cbeb59478e6f8cdc147c9132e6f557619350c5ddc481a9cd481 0.00 MB 1 0
18,910 18,910 00000000d150d3bf5000ed59555f200d0b1141affee5682a623d34443f25ca36 0.00 MB 1 0
18,909 18,909 00000000cf172bc91e9a804203f1c16175d529dbc007eb776f6e83baaef398cc 0.00 MB 1 0
18,908 18,908 0000000090c803b0bb27f16539859f30a67e0596e11d96a2f27c5df6843867a3 0.00 MB 1 0
18,907 18,907 00000000a6375db91502fd30d69d3757ecbb1aaa824d528d3a452cdee405ea8b 0.00 MB 1 0
18,906 18,906 00000000cd9aed2725db6e95d2c751aeabcc9a21ba48f2d2e1c60bbcaf3d64eb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 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,863.18 GB sent, 103.93 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.