Memory Pool Memory Pool Refreshing

291 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (683,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,635 224,635 000000000000025ecd1648ce002ea0e0e1155846011c86eab728bc947e983bf1 0.50 MB 654 59
224,634 224,634 00000000000000435aae7d84ec91b0ab24fd6a2db965da7f3d76d875dee427e6 0.05 MB 132 12
224,633 224,633 00000000000000dee31425379e3f79a9553cfb08fd876cb05f22372dce0e5da8 0.25 MB 470 161
224,632 224,632 000000000000038dfde37fe987b0a917086ab14a0dd7e929dd65da50d766d1e4 0.18 MB 249 96
224,631 224,631 0000000000000043aa1668a4872d13b654c3e3751f2e71fae060d78791af6409 0.25 MB 604 203
224,630 224,630 00000000000003c1d2afcadeee120bee6834ac0a5022afbfedfee274b4002f2a 0.19 MB 203 74
224,629 224,629 000000000000022549376a606e764e162220ca0d4760d28e407d4452051a390c 0.25 MB 673 279
224,628 224,628 000000000000035cbdf8c003f14f3a5350a1aeab33c604967fe8358843df94dc 0.25 MB 573 199
224,627 224,627 0000000000000391f0eebe5e6278542fd1512e4ecd4b3cd18a25158a29672c07 0.25 MB 378 133
224,626 224,626 0000000000000306121630a671cbb63f20e132790f1c11634a4db90de6c0f2dd 0.25 MB 470 159
224,625 224,625 0000000000000216bcba524c433f171e35b842895aaf9a8c1d1a2545fc003302 0.25 MB 361 123
224,624 224,624 000000000000034283a37d95a346af0035e15d0d008ee69ac622f2f3c13a4c15 0.25 MB 594 227
224,623 224,623 0000000000000288c6814f45fd12b18905b6512e7fc8e8c511c37f57fd8cd5ef 0.00 MB 9 304
224,622 224,622 0000000000000002c3b3ff6e8873eaa959b05502b1021cc644c58da4bba27df9 0.25 MB 499 156
224,621 224,621 00000000000000b0b3fd6142f98de6dd0ca13adac1aab705fc14eee4caa8a4c5 0.25 MB 819 344
224,620 224,620 00000000000003b54d59a0ef04d3b95eae0b76bafdf67b001c4c1707e8698654 0.25 MB 176 60
224,619 224,619 000000000000013a97f8da0bc402762a30ae78c7b6efeda5fcfd9f31c829f0db 0.25 MB 553 178
224,618 224,618 00000000000000963bbe6c5221244daa0918ef6f68f81d940d76b657673446a4 0.25 MB 652 171
224,617 224,617 00000000000002c8af6892c7c0040298c706ba294583db655f8fbf5919e965db 0.25 MB 859 386
224,616 224,616 0000000000000044fea1dc9416ccb2488ed2d66cc1694e13baab959d52ad657d 0.00 MB 9 0
224,615 224,615 000000000000009bd0c06f6885e1df8e1790d9155fc37aa4c884a5a22429f61d 0.05 MB 126 31
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.