Memory Pool Memory Pool Refreshing

4,926 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (109,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,502 798,502 00000000000000000001c013a21951da45570fbd82df2e83c429119d5d9e2d13 1.97 MB 5,736 7
798,501 798,501 000000000000000000015110fe95a5117bf51089a5db2e642e366a43b31c30f8 1.62 MB 3,018 13
798,500 798,500 000000000000000000039cbcb8fa9584aa48e5c4d748bb04c41bbc7a9ccdeb43 1.72 MB 2,708 13
798,499 798,499 00000000000000000003dddd8b0cab5dd5154d5f0e57969d826e1cf8e94ab462 1.78 MB 4,618 8
798,498 798,498 000000000000000000044646b199f432da4424f909c5de86fa4c4eaadc8fedb8 1.65 MB 2,958 6
798,497 798,497 00000000000000000000c3cf78596904f3296e4a2f22cc47b8c4186909a2be65 1.62 MB 3,180 17
798,496 798,496 000000000000000000001b43f98dba6b95ae305aac128351bcaac3271985a6fe 1.54 MB 3,142 12
798,495 798,495 000000000000000000039905341eb828f375b255600b7a4af383fe728556e7db 1.55 MB 2,662 14
798,494 798,494 0000000000000000000245b91ee3071b8ddfd0efe824c0fd43c4897c85d6e291 1.58 MB 3,489 11
798,493 798,493 00000000000000000000bf1b26ef03fcd65acac267c8533df6626b180a83021c 1.73 MB 3,583 6
798,492 798,492 000000000000000000049ad5c7837a6d9bd905bba176871f02dc355ad13646c4 1.62 MB 3,715 10
798,491 798,491 00000000000000000004cd4a86d7a5087b8aa0bc61b5250e168ff062cd548f42 1.66 MB 2,044 12
798,490 798,490 0000000000000000000457271028c8bb4a6e4060ec7180eb87a9b773e7f8a09a 1.54 MB 2,395 15
798,489 798,489 000000000000000000004ccb8a91ae01c8cbd0df6ab405f2e8f30b726fdc08db 1.57 MB 3,363 18
798,488 798,488 000000000000000000040e3093690b5a8b72d282c0018d04cbf2ed06cc140a7b 1.59 MB 3,370 10
798,487 798,487 00000000000000000000aee0fb1ccdcf6816190259386157f96e31137d417582 1.44 MB 2,749 14
798,486 798,486 00000000000000000004860d8d4241052be753b95429b742172398e2c41ce32b 1.48 MB 2,939 11
798,485 798,485 000000000000000000039156d769980c16c2dabcecbef1020ae39105e2e41f7f 1.85 MB 4,427 9
798,484 798,484 00000000000000000004d9d2d0e90796fc1931f23802b230865165352185d4f5 1.86 MB 5,263 8
798,483 798,483 00000000000000000004df670744fe87d48d18b31599862aacca6784af1aada1 1.89 MB 1,319 5
798,482 798,482 0000000000000000000074df855ac3d50ab02955ae57c9690ddc396fc086bf44 1.78 MB 3,025 10
Previous 10 blocks ↓
Total Size: 769.05 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,627.53 GB sent, 93.13 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.