Memory Pool Memory Pool Refreshing

1,416 transactions
25.06 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,161 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (806,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,204 102,204 000000000002992a37d9bd709a35caf102f156c8a9446435a5779f2ab75c5121 0.00 MB 1 0
102,203 102,203 00000000000039df94474dd8462850aca4520c1d556826921df6599428ebd2ad 0.00 MB 3 0
102,202 102,202 0000000000040033ae54a43bf783190e09c487393eab8475543a0144331cfe8c 0.00 MB 2 0
102,201 102,201 00000000000141e64bd8181aedfe9e3539c19c9828c941841b59127e984de2dc 0.00 MB 11 0
102,200 102,200 000000000003a6907ef82ebf06524de8ae6eb0ad6a277bb1268b94a7d268feb8 0.00 MB 17 0
102,199 102,199 0000000000020b95ab942a220ee5e432330a56360e8792012fd2ccad4d56f56c 0.00 MB 2 0
102,198 102,198 000000000001ba2456274b851c5b2c9dedf691f7e4f8fb978b82ffecd9262bcd 0.00 MB 2 0
102,197 102,197 000000000002034699d910b31aa64f7a073305a44c81ca8b38679fb380f3288d 0.00 MB 3 0
102,196 102,196 000000000003f7cc2fa7bdbfdb6e0d19698f408ff807506f275dbc3d89e69646 0.00 MB 2 0
102,195 102,195 000000000000b15cddcd909967c917396e81c1867b72690d106a39ee73de7551 0.00 MB 2 0
102,194 102,194 000000000000668d3ebefea6341ca1ab55485f6dd4392e4eeb0c640927ed2682 0.00 MB 1 0
102,193 102,193 0000000000028355b3d1449ae24d80766f09f5a35c1e9e22707e76da57ffd112 0.00 MB 1 0
102,192 102,192 00000000000319a4ada51f1cbcf592c0d717d6411e565db84e9b797b3adc2fdc 0.00 MB 2 0
102,191 102,191 000000000000015eb22eedfd8130fbe984498883d1bb2219c738a07b9ab2fd6d 0.00 MB 3 0
102,190 102,190 00000000000374cd7787c8f6b46dc4986c4187355591e315effb2de233cd74b6 0.00 MB 8 0
102,189 102,189 0000000000032cd7645da410201cb96d1446dea98042f4d7b8528076459af3a0 0.01 MB 19 159
102,188 102,188 0000000000014255a0fafee2d513435e221e76266b3684bfbc1fe47296a7aabc 0.00 MB 1 0
102,187 102,187 00000000000395e66fd4d781b07c5335a76266a391d1e73b8c6d6ef0fef331ac 0.00 MB 2 0
102,186 102,186 000000000003bb0f3d1684661ed078b8941997376000120bc79dd0ff7cd2d85d 0.00 MB 2 2,272
102,185 102,185 00000000000273a9df6aae8094e78ddf3f31c90303137c81cee2f495531d319e 0.00 MB 4 0
102,184 102,184 00000000000072647c0b9f14f2f06163cf7a7621da85356ef02ff058ba75e9ea 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.85 GB sent, 98.58 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.