Memory Pool Memory Pool Refreshing

18,902 transactions
6.04 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (698,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,090 209,090 00000000000004c824c779a9c25e61083ef18a5c5c2eaa7c3cfa044f18ce4829 0.03 MB 70 64
209,089 209,089 000000000000037389a9673c467d2d93710dff8d4218579e0054351a3e34d324 0.21 MB 501 312
209,088 209,088 0000000000000155e416eea2026b5b5e6ced9403fbc395aa6705a4cc9e0dc9fd 0.06 MB 148 141
209,087 209,087 00000000000004a480de9ce95a7f436f58674c33b37af2887b8484a2fe938b72 0.11 MB 292 172
209,086 209,086 00000000000001f516b94afa82b2036fbc8ddc6e7b38fcb27864b41a3064e7a1 0.25 MB 662 183
209,085 209,085 00000000000004d87d61e3098ff91d9aafd93d3ba85e27837e28310aa14f3ab8 0.05 MB 156 95
209,084 209,084 000000000000019786bda3540270b7e73fe2bad4ff21669d71c841aa595d8a60 0.22 MB 581 182
209,083 209,083 00000000000004b37aa10d15d6952254239c171377b1898c277199d56b2bac20 0.00 MB 10 15
209,082 209,082 000000000000019dbdaf5e3fde5ea58c98d24bdb0a7230bf38d461a3c7d8768f 0.02 MB 45 140
209,081 209,081 000000000000025baff7c3befd20e1ccb07a9cb7e67e0437ff5f80cbda21c210 0.06 MB 153 164
209,080 209,080 0000000000000306fbb4526ef225e86d9daa4ac968b67ed930188d3f3e771896 0.09 MB 168 85
209,079 209,079 00000000000001991b57a7f352ebc922fce2f6874a97e43b30fce9f21a6d925f 0.19 MB 528 197
209,078 209,078 000000000000008f9c6fc4eba3b8637446fe99fbe29db2bd72379975f3860063 0.03 MB 67 132
209,077 209,077 00000000000004a76983763c391f203a9f92516a83e6be2e05b7874f6340a099 0.02 MB 58 135
209,076 209,076 00000000000002bd6ae114b46b4b73aadbf83328a93ca0d6656f866d2fe00769 0.23 MB 502 129
209,075 209,075 00000000000004f1eea1b240e17970955accb1694c862a4343f4d1eebe4c8114 0.08 MB 183 257
209,074 209,074 00000000000003744b05cab440bd209ae45749f0f06d4b7ed0789a5f885f1b61 0.05 MB 161 22
209,073 209,073 000000000000028a1ad09398589ea52a4a1d2d4eb58514dfabdebcd7d5a6c9f4 0.10 MB 206 143
209,072 209,072 00000000000001f060f16e967450c38ae6b0254c5a786c910f8e3cae3fe8e6cd 0.19 MB 369 122
209,071 209,071 0000000000000068de6d3aad4a22cd4ed6d20b544787296935634ae931764106 0.25 MB 538 140
209,070 209,070 00000000000000e785a61d31a4e4a8e6093673e338ac4beb8603a11f7d55e9b2 0.00 MB 12 15
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.