Memory Pool Memory Pool Refreshing

2,627 transactions (0.94 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,022 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,613 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,021 (890,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,933 18,933 00000000c10d07372ec332421c69776fb6b8b691592d06f08a5883999b693a15 0.00 MB 1 0
18,932 18,932 0000000001dd8d9a0de910e00434fd549d0f8e1780bff40489bd2a8e82e478cd 0.00 MB 1 0
18,931 18,931 0000000040e1fd263a22edf22ffd0692bdd2e2ec8e6025ff8ffb022772ad3df0 0.00 MB 1 0
18,930 18,930 00000000458dbe6d25d916ac16900c49323f9bde29a611d094a0ac4d5f9f8121 0.00 MB 1 0
18,929 18,929 00000000a8ce94ddb034aafd3ea125fd43f46657758df10674f5a208dec6947f 0.00 MB 1 0
18,928 18,928 00000000c1650c1e56009f80775c499ca01433e8b520e9cf5593afce68fb7cdd 0.00 MB 1 0
18,927 18,927 00000000a7cc7e388c0eb07e37b1689349217f50e24206a0c8036ab60726381e 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.59 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,868.56 GB sent, 105.38 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.