Memory Pool Memory Pool Refreshing

5,387 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,679 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (686,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,932 220,932 0000000000000290e9c5ca7f9c4fb014c4f9f639dcffa6821c4616b7762509f7 0.21 MB 534 249
220,931 220,931 0000000000000166990d15e0ed70fb2cd74dd0fee7648068a5a5a2d1d8e13d52 0.24 MB 572 279
220,930 220,930 000000000000038b1c060c4ea48f9ddd15cd9e16ab2eca4baec730519f936f5a 0.12 MB 355 315
220,929 220,929 00000000000000c0d40731e0546160c50f0db9e7add4996110715fd390a29174 0.06 MB 147 267
220,928 220,928 0000000000000343ce4cb2c83f59329991289c727e076a8c36f7a2e7ea18e96c 0.16 MB 356 141
220,927 220,927 00000000000002f1c15cb11397e67d0ece37c42e5fc5ec265c25a5d976315c94 0.25 MB 607 230
220,926 220,926 000000000000038600edc23b15e14c818dfda746b455ce14dcf51c1658182c53 0.05 MB 70 6
220,925 220,925 000000000000037a60b23967d9db2e771012d64f66b451be9e6b4b9c340fdea4 0.17 MB 458 260
220,924 220,924 0000000000000477585cd57db6450c08d210a91879fa9e99960b9fd93d407523 0.00 MB 10 1,487
220,923 220,923 00000000000003fb31ed9a4cfc29d65e74ff3b11ce59b9788fb116e6943e738f 0.11 MB 224 162
220,922 220,922 00000000000001022f8c8ecb015bf2521246adde87e70777b150aa60662c609b 0.24 MB 515 193
220,921 220,921 000000000000006aa599debd2fb507c64e0fbc12a2b4e8ff03d485bd9e0a9ffc 0.09 MB 189 49
220,920 220,920 000000000000013064025769d9b2d88841c27881f1a3424fbb61fb29faeb55be 0.00 MB 10 132
220,919 220,919 00000000000001b9a218e6e3d2814bf2b481b5582479e2ca829011e87b03d778 0.18 MB 460 203
220,918 220,918 000000000000035be8aafe4f0204c65f222427340081efeddb4a3a8821948730 0.06 MB 127 140
220,917 220,917 00000000000004aa7ee49ed5a125e7b078e631bcca1810a805ec00ef7f4e37c8 0.25 MB 489 194
220,916 220,916 0000000000000282c3b8a0d79f2a1de6cfff27375bc1edfa062273ae92651711 0.10 MB 135 128
220,915 220,915 00000000000002b6ba3a16c20aedd1a1377d5b1d476e043521610ce8eeabfb55 0.25 MB 602 198
220,914 220,914 000000000000006aaf0bab5f7f33ffb615dd88229049eefbe3f6e3c759d90d81 0.00 MB 9 474
220,913 220,913 000000000000044411b7a779f123d96d5491827d1b50d065192b22f702fad688 0.25 MB 552 272
220,912 220,912 000000000000000ca64f1fd9080677b9b7e327e441d8bb24d39ed344ee633ff7 0.05 MB 102 380
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.74 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.