Memory Pool Memory Pool Refreshing

1,137 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (14,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,937 892,937 0000000000000000000077bb496d264723f9c5968ce2f217741c5a4136fa31e7 1.71 MB 3,566 4
892,936 892,936 00000000000000000001c07aca3e2e3a941ac35d6241bc01a593f374c7e332b7 1.63 MB 3,618 6
892,935 892,935 000000000000000000019006d54232cb4f6efe2545ed4c2d948e1bfd0537ad60 1.65 MB 3,479 9
892,934 892,934 00000000000000000001e4474608c793d7e3e2fdf667c0ecba0f999d433f774d 1.66 MB 2,444 2
892,933 892,933 000000000000000000011146467653cae6430dffa4d1c833c9b045a88110ca7e 1.72 MB 4,038 2
892,932 892,932 00000000000000000001aacec15c516b06b4e0077c6adcbe0852bc59fd656be6 1.81 MB 4,813 3
892,931 892,931 0000000000000000000173b70b2857f221b8abd2b6ac97d9f62a32ab5374a9b6 1.76 MB 4,492 6
892,930 892,930 000000000000000000015a940196fd138933e752716dbf251fbacb24954559e5 1.65 MB 3,980 6
892,929 892,929 000000000000000000022fca86ce2915e474ea6b6da5349d1672c4cf4b36eac2 1.65 MB 3,827 5
892,928 892,928 000000000000000000001a807de42c11f41401d955a0aa9dcd1964851baee248 1.82 MB 4,895 2
892,927 892,927 00000000000000000000da8f05b9d1665b46fcb10ce8f41b8999bf7d6d75d5e0 1.68 MB 4,029 3
892,926 892,926 00000000000000000000f715aa43701f510dec79119c849bfd40c34d329266f0 1.67 MB 4,014 3
892,925 892,925 000000000000000000000cdc6324cbe7209d26847d9948f8daef3e4712824ad5 1.63 MB 2,672 2
892,924 892,924 000000000000000000024b6cbe0ae875316184c9d639f34abccd86707fe0f8a9 1.71 MB 3,903 4
892,923 892,923 000000000000000000009c183c1e22ceebf518f42539246a2f7a5574371642bc 1.63 MB 3,197 5
892,922 892,922 00000000000000000000b747189a322b541fd3d72c62467bf3b0e6a2a9faa9d7 1.76 MB 4,355 3
892,921 892,921 0000000000000000000243b9e6ab41f39c6d097a4515aaaa65f86963f266fa7a 1.77 MB 4,852 4
892,920 892,920 00000000000000000001d77af54b40dd8d52fe36a5296a6ae0b844716742f533 1.66 MB 3,142 9
892,919 892,919 00000000000000000001e9d68fcbb4bdfd0d390864f44ca1f5ebe1a35aa756c1 1.68 MB 4,374 4
892,918 892,918 000000000000000000013e75e669faa2a1797277cdb6bfe027d4c81fb7f3bccd 1.64 MB 4,203 5
892,917 892,917 00000000000000000001ccf089794af6a6d15e18432f5a0589d476187ce3359e 1.74 MB 3,869 10
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.65 GB sent, 93.65 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.