Memory Pool Memory Pool Refreshing

1,003 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 993 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (601,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,102 306,102 000000000000000000c7dc90cb3a11919ac35de3394ed13fa196a0daaacb9b03 0.26 MB 394 31
306,101 306,101 0000000000000000146b7b08eec7d3f1d1d08f85108a7a4f8e7e4bbbd3546142 0.04 MB 62 22
306,100 306,100 0000000000000000373553324c67a7af634f721800d537fc98dd9cac6b8cd4e4 0.16 MB 184 23
306,099 306,099 00000000000000005112a8adbac0cea2378191eb120757dfc10b84158ec80cc7 0.18 MB 252 24
306,098 306,098 000000000000000023b38671c7e3b9f071613b854bef4217c75287d17aede89d 0.10 MB 256 42
306,097 306,097 0000000000000000094780b58fb231bcaaa9daaabb6d39dec27ebcb8fe197a0a 0.24 MB 346 23
306,096 306,096 00000000000000004416e4824a77d399cd576b7eb693f2f6f79b3714291dca3f 0.27 MB 364 24
306,095 306,095 000000000000000008a377ae79e40430934a9404d0f895109a6cf34971ad03a4 0.31 MB 370 21
306,094 306,094 00000000000000001070d6cc6de2376dae1cda9a2912440b274fa7439c2ace2b 0.25 MB 603 38
306,093 306,093 000000000000000032fda840f373870064b048d577744b152e362da810f6d8ca 0.03 MB 95 28
306,092 306,092 000000000000000051ad958d19d95da2fa5bceabec149f7981283d843c90a94a 0.33 MB 602 28
306,091 306,091 00000000000000000bba19d3359d85d6fa5de5c6c2013b3f231c01a2011f3c90 0.08 MB 142 30
306,090 306,090 00000000000000004085bbb278cef95fc711604723427fa56a045a76e9535236 0.01 MB 24 17
306,089 306,089 000000000000000052f6c31519400318785eac4b6d8d36e7361e585620c11c8c 0.13 MB 248 29
306,088 306,088 000000000000000058ca7ee3a40438ea5a96e499910638352468c6d69abdb226 0.02 MB 30 17
306,087 306,087 000000000000000012398a2ae4181fd055aba1e994328631a8ae4d811d531592 0.04 MB 76 27
306,086 306,086 00000000000000000ba6777ba2882c5962355980a22c2de260d79ace33500de1 0.15 MB 263 36
306,085 306,085 00000000000000005bf264d3b1ca1053ee7d86abcb501953dd17c30fb716a970 0.03 MB 68 30
306,084 306,084 000000000000000004e7864bad44af439b064d93150921f178f3b04c381a74f4 0.13 MB 202 22
306,083 306,083 000000000000000006a820ed78686a925efd00f19ea5a0ecf70e8633ee1102dc 0.17 MB 283 30
306,082 306,082 000000000000000048204c39a5a901257836f2b9856cf14399fa1ab9c09d3c52 0.12 MB 229 31
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.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.