Memory Pool Memory Pool Refreshing

5,695 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (685,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,614 222,614 00000000000000234b14312fe6ed299105a39f3cfb99455700442de5652a17d8 0.25 MB 607 248
222,613 222,613 000000000000029d7d059670dd7affd338cf1b4df58d4754dc0b715f7f2beaf4 0.25 MB 703 227
222,612 222,612 00000000000002e8d20c873afa32d105d66cc5e4ab68e6478e5821562f740a78 0.30 MB 703 211
222,611 222,611 000000000000030e638c9c5a56de9131db9a215668070a60dbc5996f9b7b0107 0.25 MB 466 152
222,610 222,610 000000000000044cc22c16ac1b93d32d1f204cbe900b03a44d4ec16cd883065f 0.26 MB 602 214
222,609 222,609 0000000000000389f293c8787a7a71b7a9605d0b65d5bb9cf12b919764344bca 0.11 MB 214 136
222,608 222,608 00000000000002ef4c009ee71db8d35a864d665c118a68e28c072ed91706605c 0.26 MB 572 194
222,607 222,607 000000000000002fd75481561a5dd7ecc48f509425fe9b66815bd6e3e42577a6 0.00 MB 13 62
222,606 222,606 00000000000000a6368ec47ed371e145ea45631500b15e6d48ace0dbcc0919ce 0.27 MB 543 191
222,605 222,605 00000000000001dba624bc29fd558bc1963f7d7fce943bce33106fc9009ae9b4 0.05 MB 120 185
222,604 222,604 00000000000003a2f1052030195a9d44bf2bfb42749ba4f7f41d6250bb138b43 0.12 MB 233 113
222,603 222,603 00000000000002045173390fe1e1a5922d60b29f617c6328ca817724569a69a7 0.25 MB 768 263
222,602 222,602 00000000000001bf2a45feec9e0c83168b474a0383f9a9c7ae342e222db41e9c 0.04 MB 96 195
222,601 222,601 00000000000001bd534d2f6b095ff27f5762cc09ce62a3b69b9db8f0597ca81a 0.11 MB 299 229
222,600 222,600 00000000000001f6568bba669f6354c276bbb79059dca01a2125e14df040446f 0.09 MB 176 174
222,599 222,599 0000000000000425c2093587b2e7a4469ec2113e7e1c96be31a21f14a5921f99 0.24 MB 403 121
222,598 222,598 0000000000000345483643f312e0f991d93d5372c8a3f2ad4819872edf6da05a 0.25 MB 536 183
222,597 222,597 00000000000004509071260531df744090422d372d706cee907b2b5f2be8b8ff 0.25 MB 782 277
222,596 222,596 000000000000007762e936d05ea7067aaa02e43183e3730294115302d9707338 0.31 MB 694 210
222,595 222,595 00000000000003e086deae9ec06603c197bf0d746d5ea9c0b7c8d4d18c3a0ff6 0.05 MB 158 172
222,594 222,594 00000000000003305ac7cb4e74bb99c613b667770dc9b22baaf925babbad8b18 0.02 MB 39 39
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.