Memory Pool Memory Pool Refreshing

1,626 transactions
25.11 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.98 vMB 1,365 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (803,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,638 104,638 00000000000248d09658c6ea1de9dc7cee5897e055aa566acb844ecffe4436fc 0.00 MB 2 0
104,637 104,637 000000000002b969fc75d5d82feb4900778f46408dae1eed04bb1ae7051e9cf2 0.00 MB 5 0
104,636 104,636 000000000003758af106f7e69139521a1332c10691117661ac8a18698ffc1b28 0.00 MB 1 0
104,635 104,635 00000000000122713cf79644fc9268f34130b02331d8f4795edb55eb539a7221 0.00 MB 2 0
104,634 104,634 0000000000023b2b986ec5938332f8e184fb0b855eb068c85eb37c4c4fb6f065 0.00 MB 3 0
104,633 104,633 0000000000014e054add16b8f2bc506dff325602105c52395885a985a74ff611 0.00 MB 1 0
104,632 104,632 0000000000009b048f72612d2174e337663c87eef20b1457775f75b4d5b9417a 0.00 MB 1 0
104,631 104,631 000000000000afaae6b1eb62d057302dbb743736c0bf6e3ff6b1bf5960f60366 0.00 MB 1 0
104,630 104,630 0000000000017b2c0a2a624881ec4b523b953f7d4d995f9a36b46ffb9619c7a1 0.00 MB 1 0
104,629 104,629 0000000000003c2628378f6b4e509675e4d101c6bb2cef86cae78dff51e485de 0.00 MB 1 0
104,628 104,628 0000000000021433c44c0bc19083cc826daa4dcbc9b2ee0eab74781bc12da88f 0.00 MB 4 0
104,627 104,627 00000000000271867e47891a52edade959828395f0f18a7d18e398b18c1bbfe5 0.00 MB 4 0
104,626 104,626 000000000002c9c629b90e670d8e5278c001af8b0d607e2aaa9825300bb042fb 0.00 MB 1 0
104,625 104,625 000000000000d1249c44fc05d9738c705cc3e2d180388fe9af7daa91acc14795 0.00 MB 1 0
104,624 104,624 000000000001c5bd1072a227ca87dbd159da4f8a0b66bdb618fc4a488c63e07c 0.00 MB 5 0
104,623 104,623 00000000000369fa982bd129e460c8dfe4a7608fa25bbb4a539fd55902ba89e4 0.01 MB 22 0
104,622 104,622 0000000000001702abeae53ed08138269182b406ff856ebfaf8afde10a47e5c0 0.00 MB 2 0
104,621 104,621 0000000000021e28e1fc0c7cf7c7cd55681de3f0f3d4851520694096336650dc 0.00 MB 1 0
104,620 104,620 0000000000036f5a67f1dbb493aa8a80b9b5404c898336585fdfdc0ad81020ea 0.00 MB 1 0
104,619 104,619 0000000000002a8001d2dcdb0dcdc1cad3716cfa99764c306f0a75c3a97653be 0.00 MB 1 0
104,618 104,618 00000000000020ad7643af5769c31780c4c40a83b4d852aa635ea18405d3da69 0.00 MB 1 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.92 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.