Memory Pool Memory Pool Refreshing

3,521 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (696,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,640 211,640 00000000000002bfc6eeb3d980951eeec02e681c7a1c61052f3410afcc8fd5db 0.04 MB 80 116
211,639 211,639 00000000000003875ff06d8f5125750ef72834c6476f8e2beac55e3ead1ead69 0.29 MB 579 147
211,638 211,638 000000000000016034213ddfedb834de864de92b03723db20ae70d3e631ef68d 0.00 MB 2 193
211,637 211,637 00000000000004cd1c55bb59224c8f0252ca1a660a677e00d51e3ca9b52bfd07 0.08 MB 226 178
211,636 211,636 000000000000003efb8c2b859d87b8a5a8837653a5ff9a269fd6202d802373fa 0.05 MB 102 304
211,635 211,635 0000000000000252379fa0ed3e8b80fa442733bda8a8499d988c807f27eec5b7 0.01 MB 16 157
211,634 211,634 000000000000023d3eb06c4f8522c75e70b1bddac273913377739cdad7b2f4ee 0.01 MB 19 157
211,633 211,633 0000000000000224fc62c51f6393af61ba097a2c343a0bd854aa37bb58e3783b 0.04 MB 109 156
211,632 211,632 000000000000026cadf603e9c7047b0e6007b933236f30d10d96e4339a2c3250 0.10 MB 237 173
211,631 211,631 00000000000003d72c38cb816de2b97fb5c4d40b61b7c88017e2cb77ec35d503 0.14 MB 277 176
211,630 211,630 000000000000001059ade2382715418f6ace1ae8f83fe380dbf5687f40f07bd9 0.19 MB 439 56
211,629 211,629 00000000000000c162bfee3f302322f74ed7ab7203a78aa932fc78de27bd082a 0.22 MB 269 103
211,628 211,628 00000000000000f2e70cbe5f429b828dcdf283ce435464a8f3416e031faefdc8 0.00 MB 1 0
211,627 211,627 0000000000000009f062dc0bc6ce26ad6d5c234d610254421c3e02d69c0902e5 0.22 MB 465 179
211,626 211,626 000000000000040acb7a1cf8b59c664fcf108635b0c38fc9b40885ff7adf8092 0.07 MB 166 154
211,625 211,625 000000000000045fb86f27271ecdf65cfe6a66baf36e46ea10012233cd4a2c0a 0.13 MB 290 149
211,624 211,624 00000000000003769a6effe2c18391cb15ab065876c04b2c84f50c51b1c39670 0.05 MB 96 175
211,623 211,623 0000000000000460a3cb2cd94de870b1417dd69a1fd441fff0542a26e5c3d610 0.22 MB 269 78
211,622 211,622 00000000000000dfa34111a03402d47ddf0945d7c3d79301f589dc326daf99a0 0.09 MB 215 207
211,621 211,621 00000000000002d4d9c3d7a7d9e97b314197634b519af93861d92a8f928b7d8a 0.08 MB 162 160
211,620 211,620 000000000000045f9987b790850bba968ef2b1ab0a5eb4999196b784a343e50d 0.05 MB 129 167
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.