Memory Pool Memory Pool Refreshing

5,134 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,719 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (741,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,953 165,953 00000000000005a22331d1de779b9fd5009a70a2b4b78132f4c997225be909e7 0.05 MB 99 79
165,952 165,952 00000000000000af5ac6cb258cf1562181d01d9b93ebe5f18f44aff8d6290cce 0.02 MB 25 66
165,951 165,951 0000000000000875a9812a6e86d237149560117ff9cd5e41a7f9e0fc368f8659 0.04 MB 70 1,199
165,950 165,950 000000000000065209c7ed0a093486cd3b7800d16736622cbf4b631d65501da7 0.01 MB 35 426
165,949 165,949 0000000000000a47e40bc15283618205e916d046e29a6f8f28136a76350763c4 0.05 MB 97 157
165,948 165,948 0000000000000bb2116ad60920e485559e7d054dd4076d322391979fe2a4e32f 0.01 MB 44 140
165,947 165,947 0000000000000ad4a405d0ebc0bc2944b26946e6a5d64bc8dcd98c51dc76e5db 0.03 MB 61 153
165,946 165,946 00000000000001d19ca4f27418e816f8fe465012c74cd757e3d9f8b3e4afa4c2 0.01 MB 23 229
165,945 165,945 0000000000000864184a95c922787a9e88239e43470ee4bfcd38f41d65f89464 0.02 MB 37 119
165,944 165,944 00000000000008a7cae9bb0ebaf5b361e2ca14419da05fc6ecc69f87373162d7 0.02 MB 40 273
165,943 165,943 000000000000054e86c9cf5abc378b85fbf558af3601143f45fcef24e326c510 0.03 MB 56 231
165,942 165,942 0000000000000b95b6c6562d0c51b219a0e0dd1a9c706f0b858472e08ba24cb2 0.00 MB 8 69
165,941 165,941 00000000000009a3fc7460be5522e73327a5e40a1adef9b593ee60b518d123c3 0.02 MB 32 294
165,940 165,940 00000000000004120e66b3b2f0d8720549cf899342869e5964efce6ecadafb2e 0.01 MB 39 194
165,939 165,939 00000000000002b13f17b65b82d9df71d6a0cc06dd7655b4610035255328f291 0.05 MB 167 8
165,938 165,938 00000000000003ab26f53c8ab9e8a2419c2d60b9dcd044d6345714a7366f662b 0.03 MB 74 58
165,937 165,937 0000000000000b74b211194f674cba26089291338844b69427a64cd7ec7dd597 0.04 MB 60 600
165,936 165,936 00000000000001ebce0eaf87bc0698764648a04e0e4fecc1bbd513b3c7618c23 0.00 MB 7 35
165,935 165,935 0000000000000b3056dfcfaa2e35777661d118367437a21f0869a229e9d2c5dd 0.02 MB 58 30
165,934 165,934 000000000000051a9218e50cedaf058d9aab49ffec3437549a03079276ced41a 0.04 MB 118 208
165,933 165,933 000000000000035a00b002e22bfba48063fc6a083a5435043c31f53221effc8b 0.04 MB 15 1,804
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.49 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.