Memory Pool Memory Pool Refreshing

1,361 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,621 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,344 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,620 (874,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,242 34,242 0000000009ae0fc0fee0a6971fcb34706ae76405cdff89872d01967b649a9819 0.00 MB 1 0
34,241 34,241 00000000a4187300287d1116bd3ec05451a22a6e43ba55dcc15e1428afbd996f 0.00 MB 1 0
34,240 34,240 00000000c4dacc36038416e6eff104451ae9f26eb94721b68dd52cf336e6f0a1 0.00 MB 1 0
34,239 34,239 0000000020ef15beb94d979431da1a41ada873895fe6633d73bea249844e40ec 0.00 MB 1 0
34,238 34,238 000000009d2a5e63449ae1a9f51d996f8d9606318d7aee8ba7a91821f819b0aa 0.00 MB 1 0
34,237 34,237 00000000731c4f22f18f702c846fa770085a5ec7fd9f4839f0f7668bd2690551 0.00 MB 1 0
34,236 34,236 00000000c2974bcb544560f7005736b96e53bc64cdd8a629a1a1616438acaa23 0.00 MB 1 0
34,235 34,235 0000000075a087e4c51dbdb8d4f36f6742d91589f6dcf7fb5ba7585ece76ebc1 0.00 MB 1 0
34,234 34,234 0000000010372b0c152efb7824a62eebd8ab4502fcf132893e4284186613c7a7 0.00 MB 1 0
34,233 34,233 000000000d991cec3dc3ad259cc9c3156fe68c30b267229bb248b8512a67625c 0.00 MB 1 0
34,232 34,232 000000006f303c35136669981c8e2b1c8391877bacb9ed92777b5817e5f17fb0 0.00 MB 1 0
34,231 34,231 00000000cb4781ab3a5c705706f8218f00e062695c6eaafedf510fc61e84c858 0.00 MB 1 0
34,230 34,230 00000000adfc082881eb596afaf89d4e817281fb6b364b2224f61cb48df24b93 0.00 MB 1 0
34,229 34,229 0000000063b79608580fa098fec724a4c8c8729722c8dc56812a5552850c3405 0.00 MB 1 0
34,228 34,228 0000000018c29b4228d8afc7626b2a75e1a8bb21e1461552f432168479808138 0.00 MB 1 0
34,227 34,227 0000000006497e433d7559e259e7260ca209f8d73f5f931df8a08da54b8032f7 0.00 MB 1 0
34,226 34,226 000000001feca5ee4eed8435d80a3df5e2f813cb3482ff86d9db9886ae0730cb 0.00 MB 1 0
34,225 34,225 000000003b5ca62e8496efa8c9ad4a6426896e4e2599920aa977826e066c461b 0.00 MB 1 0
34,224 34,224 000000000fcd55267bf91dabb805c0df40cc599701c32712f45b44c225f9c876 0.00 MB 1 0
34,223 34,223 0000000038da2a8de4179fd40fa4b3f5afd5217275f5f06e54c13aa0d3015810 0.00 MB 1 0
34,222 34,222 0000000084ff269b46fbc6a9b5fb2a8b22fff90c831d2cf358d0848daf382e39 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.09 GB sent, 101.19 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.