Memory Pool Memory Pool Refreshing

1,411 transactions
25.30 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,311 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (888,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,201 20,201 0000000049b130f88e7b2496a22c5798c77e0f02996f47df4f897c44b962d806 0.00 MB 1 0
20,200 20,200 000000007353f9a66d572101425c512e403ec05a65e0e09c01c2bc2abf109bf6 0.00 MB 1 0
20,199 20,199 00000000f40d242c7320a40d38a040b27ad1b7a1d8f71d6e661a6158fffbb296 0.00 MB 1 0
20,198 20,198 00000000d297efaf53f04b8c8eba5e5261d345c03d3d07246cb0b81dd6ad08f8 0.00 MB 1 0
20,197 20,197 00000000b71d0749e61762cc9ea9e2769f201bead25a47d1b2755c48aaee4473 0.00 MB 1 0
20,196 20,196 00000000bfcafc0c16a4e92164df33e4f03f9a97528bdf16cc821aa41d80e4b2 0.00 MB 1 0
20,195 20,195 0000000021c0e6f3336e70abf138f1122fb97e90f44adf7520e5102a06c6e1f0 0.00 MB 1 0
20,194 20,194 000000002184973e8ca7943a5145c10c9398bdd0251e6be1e89e25404c961148 0.00 MB 1 0
20,193 20,193 000000003a61f94087245a47acd90fdc0a174ac1dd32d75b0611ec2e0e34577a 0.00 MB 1 0
20,192 20,192 00000000f0c8f7f5375aa25d6c521bbbf02692b8ec1e1c11960d2a5591422e0d 0.00 MB 1 0
20,191 20,191 0000000007509c22a18706ddce980f2be2f56035ee29f2f732d03dff65a6719c 0.00 MB 1 0
20,190 20,190 0000000050e67c08b11edeaa9439fe1e78c7f4145e9ff13be9d0a466fa56aeb8 0.00 MB 1 0
20,189 20,189 0000000035a425c8689d3ad26574c4699fd62afe20d8ab412f3c20999587e92c 0.00 MB 1 0
20,188 20,188 000000002cbfbd983a7363525739e00a58ac2716c6ae78b360371a86318f71e7 0.00 MB 1 0
20,187 20,187 00000000ae564844cce06d19b23d24cc00cf6ba259761de0b4a107cd0957fbc9 0.00 MB 1 0
20,186 20,186 000000003cb869ec8f67e0e4149d1bbfd376b4d24e428e435f54d261d3a5259f 0.00 MB 1 0
20,185 20,185 00000000054f2a50ecafabe932e58ef6bbff89ded8d3dd09ce4df71b17878d29 0.00 MB 1 0
20,184 20,184 00000000822b826dd4a369b3a93f4ea2b100cf8637088b95c0783165915fe919 0.00 MB 1 0
20,183 20,183 000000008a899d4176f4c3bd5fb87c00461ae262a8ae65409247298b79db0fbc 0.00 MB 1 0
20,182 20,182 00000000d8a053d0923d17e702833dfc8c62be421a09a4e809d49a5bd10a509f 0.00 MB 1 0
20,181 20,181 00000000c9d10425cf14ef7082dac68e5cb067772a481382443ac11dcb034ad1 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, 113 incoming
  • Data Transfer: 1,698.19 GB sent, 98.59 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.