Memory Pool Memory Pool Refreshing

6,608 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,217 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (210,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
697,691 697,691 000000000000000000090923c9c8909e5ca93ca41d6b94206baa7b013c799524 1.40 MB 3,234 3
697,690 697,690 0000000000000000000ae6d6eb4225a625f8f99664d954a97f812e7211c9405f 1.52 MB 3,310 8
697,689 697,689 00000000000000000009d2a544278192529b0c1e9276ab03c93709df1451162f 1.46 MB 3,175 11
697,688 697,688 000000000000000000077d061cb1f6de80295d68d5cbf0b4bc6daf6726455ae0 1.46 MB 3,357 18
697,687 697,687 00000000000000000008ca493bf7261c347dd70bea154040af0f9af78364fb28 1.42 MB 3,187 14
697,686 697,686 00000000000000000001684d6ee4618dfe43bf5e71e58d9a46b65f06347df1f9 1.44 MB 2,977 18
697,685 697,685 0000000000000000000b882c8a7729b0d0fa22a45621dd81b4289cd026f7c2d9 1.55 MB 2,575 9
697,684 697,684 000000000000000000009c601845b3b48692e7c8ab23606cfc61004b94cc19cf 1.52 MB 3,451 4
697,683 697,683 000000000000000000062fac4c23a3c3f30305433d1c7667a7d0a58d6c7dd155 1.29 MB 2,222 8
697,682 697,682 0000000000000000000d6ecfc83aa68bc3a1b9c9d5a2c6c96b6d84c71ea65371 1.43 MB 3,193 20
697,681 697,681 0000000000000000000a1c897d5a80866d2c99768e03111cc10318643a1fe76d 1.38 MB 2,301 37
697,680 697,680 000000000000000000028fd68937cf1e2e0ca83c6b1ffef9a7fd10d551f67286 1.51 MB 2,940 14
697,679 697,679 0000000000000000000d0a43ddb0e500bde83d1c7a225fb6a17185adb2e6e6c2 0.62 MB 1,244 9
697,678 697,678 0000000000000000000fbab087251134562672eba13c9289c28374631954f1f6 1.48 MB 3,044 12
697,677 697,677 00000000000000000001b3a4df896d60492f0041a1cfe3b9dccd4e6b83ff57f3 0.87 MB 547 2
697,676 697,676 000000000000000000075d8fa1ee799890ab9f25997a8a58818715e11489edae 1.09 MB 783 2
697,675 697,675 00000000000000000007b2fd2a6684476809816f9a0d388ceec904ea80bfd1d4 1.46 MB 3,000 16
697,674 697,674 0000000000000000000d5c313f2e0456112a121999ca0c5ae54cc408a75712fb 1.29 MB 1,985 7
697,673 697,673 000000000000000000039dd644ad394e8a03fd7908838f0c132fcab1a172a3d2 1.46 MB 3,513 9
697,672 697,672 0000000000000000000c2f71844d39c58e9c7664333496b9f95634378807f7b8 1.41 MB 3,226 14
697,671 697,671 00000000000000000009041dde1bb169b6c135d89f6bced537b6a181ce6f0470 1.21 MB 2,589 11
Previous 10 blocks ↓
Total Size: 769.03 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,625.91 GB sent, 93.05 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.