Memory Pool Memory Pool Refreshing

1,442 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (816,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,933 91,933 00000000000d1f7cf6d0f479aabdb7dd5ff7c69aa72bb46672f0d0de877897dd 0.00 MB 2 0
91,932 91,932 0000000000008118200d1d49eb912f9550afee9e20b302a83c1eaae81d8ac7ac 0.00 MB 2 0
91,931 91,931 00000000000aba39d05f2c46915454742f6cf6adab768a681269e7be89790501 0.00 MB 1 0
91,930 91,930 00000000000b69e5020c20adfdc270f8ef4b14edf4cc9115220f3291b0eade3f 0.00 MB 1 0
91,929 91,929 0000000000041ea416e79f8bacc292b62f85f0e165f0a245d10ba70df603b1c1 0.00 MB 2 0
91,928 91,928 00000000000dd48bbef7407bb5f316c4535bff154b56d6be602a1298de842f27 0.00 MB 3 0
91,927 91,927 000000000000151aa758f3384b461760e5c6180e81695913e85a901fb5880604 0.00 MB 3 0
91,926 91,926 00000000000a3ed3f4a9451189f74da6d4e38591ad1ffa319b2b7a8d3849672b 0.00 MB 1 0
91,925 91,925 0000000000016080177e3446d5de909f7e1af4ea938d001d7049ac9d64dca7c6 0.00 MB 1 0
91,924 91,924 00000000000548384fa4cf2c0794c72ed68095df6dde9f47e3218437f53935ca 0.00 MB 1 0
91,923 91,923 000000000007fd783d2521b2008666ea0f5aff8c05c348f7f9b016b6679ed4f8 0.00 MB 1 0
91,922 91,922 000000000000ef092f739c6d49794897079b4ae6cf35794563ebc70c5f4e4a01 0.00 MB 1 0
91,921 91,921 00000000000af17f31473fd6e7303db57f1d1cd8347f8c94df7b7e635831690f 0.00 MB 2 0
91,920 91,920 00000000000694c7adf4248f515e48fd3d5aee65c3cb433d0edf7c358c8c1bd9 0.00 MB 2 0
91,919 91,919 000000000005568c100517db2fe5b3fdf7a2065e05ec325359dd99fa944040ce 0.00 MB 1 0
91,918 91,918 0000000000088cf08634c27bb1ec46f0ae2819c2beabda1294217121dbd79ea5 0.00 MB 1 0
91,917 91,917 000000000000d534d2efc8b8719e1ebf0196ccf97654f34a03bcacb7f9203763 0.00 MB 1 0
91,916 91,916 00000000000400be9a02b8fc0086686532d74d0c244f072405cb0b1cbc83d99e 0.00 MB 3 0
91,915 91,915 0000000000091d5f7843f903b05c66789c5343fa0878aa0f7e7f4608c9326070 0.00 MB 3 0
91,914 91,914 00000000000b12ba90bf404c104537d6debbc7a034f867ce00c603afc7d0e0e7 0.00 MB 1 0
91,913 91,913 00000000000e2853d5256be566aa4aa7ed59c2c75396731e3a95c06efbd6d3b3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.