Memory Pool Memory Pool Refreshing

325 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,945 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 317 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,944 (697,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,735 210,735 000000000000038736eeccaf62cf201c5031ca3221e29b72a61c6af1a1bbccf5 0.00 MB 1 0
210,734 210,734 00000000000002dc4f0a1713f849dd4e57a5b1541b5efaf9c7120a220e201215 0.02 MB 42 111
210,733 210,733 00000000000000532480c67a8f49959ab4945241d6ebeb677a8f837e35bb109e 0.06 MB 157 166
210,732 210,732 000000000000040e1ee1857263b0668cce2952514228c8f6c1b5e026857cb95b 0.04 MB 122 33
210,731 210,731 00000000000004701ea050d62725d7e8dab2f2dfc4d8ba34bd31e99447838502 0.04 MB 62 114
210,730 210,730 0000000000000188d2a5fba6c3edb286ff5517dc723c709b66af2b0a65b6f4d9 0.03 MB 52 250
210,729 210,729 0000000000000186e7232e58515bfcc940cd3c52cd3dc7261b04acc87706fce5 0.11 MB 260 212
210,728 210,728 000000000000045c8d1c445442cb9c1194688d64130e61233de7ddbdb74ebae9 0.09 MB 201 246
210,727 210,727 000000000000046ad754cdde86c80b443fa15d8f80f789d49557e24ce8352e01 0.04 MB 104 200
210,726 210,726 00000000000001c09ce1ef3b8babb4d058f4793a6074da2c365c7271dc77a6fd 0.00 MB 8 141
210,725 210,725 00000000000002eda9da425331ca661cb2a614e270232a8f101b4da7e1ae1334 0.02 MB 63 198
210,724 210,724 00000000000000b8245d75afdbd353f17f71d590a33de458dc6310824b0e3720 0.06 MB 122 1,554
210,723 210,723 000000000000046c08c6f03b45082939ced0577163c937e01335e8b76e234462 0.07 MB 163 204
210,722 210,722 000000000000030d032d5bb7d71b02cf57bd77499ded6a6f21b5005844e853a3 0.00 MB 11 89
210,721 210,721 000000000000044a5d691f52d2844b4aab72d9c878778ba96ef28f2737399b86 0.02 MB 40 141
210,720 210,720 000000000000039ea53edece824b97976269ab94f9a27d80936fc3ed2cd31a24 0.03 MB 76 184
210,719 210,719 0000000000000407b33f6ec83126b8477c42e233c823ef7ff63cb2c568b2cc51 0.03 MB 72 218
210,718 210,718 00000000000003c80acae1e8d8d7fb87a0babea75a0fbf3c512121df5325c1d5 0.06 MB 145 223
210,717 210,717 000000000000023bce203f38a27c4c1ecb49f0509f5e3eaa227bbd6b70e51725 0.07 MB 50 56
210,716 210,716 00000000000002b09e1adc8bbbe32e93d73a64303b1e85bc5c38fe1e8f0c350a 0.08 MB 211 216
210,715 210,715 000000000000030f67b5386d113c75b1992c1bc27de4a8a142e9b94320b31b91 0.03 MB 96 47
Previous 10 blocks ↓
Total Size: 769.44 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,645.68 GB sent, 95.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.