Memory Pool Memory Pool Refreshing

4,162 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (892,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,411 16,411 00000000c8d129bef774d03fc3f731487a8946282061d994a84413c8502ccc2c 0.00 MB 1 0
16,410 16,410 00000000c4d87c843f71866f6f92aba98df03dcad981e1b75d0ccc264fd31054 0.00 MB 1 0
16,409 16,409 00000000234d48bbc14aa43883a339384ae672082fedf14889e6800a8aa51376 0.00 MB 1 0
16,408 16,408 00000000e5ad0214c0cb53dec7fd32a16eb1ccc7851ebd61b6920ffad8701fc6 0.00 MB 1 0
16,407 16,407 000000007fee4e7ebe288e558788dd0a96451e2c5c573356a2d9d23d49183b36 0.00 MB 1 0
16,406 16,406 00000000ed281d17b397f5efdb4a09c2d0465cce32235446db3f0ce813d30c8f 0.00 MB 1 0
16,405 16,405 00000000691c33689db783b9dfba92d64275b9c0720f03da40f90c465bea90f1 0.00 MB 1 0
16,404 16,404 000000001501118d74418a4aee34ba97e5bf86199cedcb7bf493a86ec402c6fc 0.00 MB 1 0
16,403 16,403 00000000601971887391e5e69cb32d2af5a951cf97b33c3b3079c4b537ab91b5 0.00 MB 1 0
16,402 16,402 00000000f6824a04672d343e78901af1f736684f3b62cf3a873d862cd96d7c4c 0.00 MB 1 0
16,401 16,401 00000000b246106e430bea62475b7053ae6094689d0c3f151ae876023b31b8ea 0.00 MB 1 0
16,400 16,400 00000000867ba0417f786542c9c07f2f4d95340b33d5cdd25c3a44591c1653d0 0.00 MB 1 0
16,399 16,399 000000002b7e5dc397126b63329d68109329d12d488ccc9f22d2391381e88e40 0.00 MB 1 0
16,398 16,398 00000000799496e94cee8684a38f634da858202cc06ea1319279225d8d7348a1 0.00 MB 1 0
16,397 16,397 0000000003298ccbfd7321f9557a07d4b7160bfa83ebcb3f56b956e6c884d5c4 0.00 MB 1 0
16,396 16,396 00000000781b934b999dd6f395a375d30fdb99d260a6dcff4bd2e5d9019813c2 0.00 MB 1 0
16,395 16,395 000000008fe2be6c17f762bb2cb76604750d3f07e53e5b03fa4e2b971a2b89eb 0.00 MB 1 0
16,394 16,394 000000000bb041a1a5f0e3a5a8a9901919ed9991687208034170b1db324ea19e 0.00 MB 1 0
16,393 16,393 0000000063bf41dea3053dbb0822906833979f60d7244c468653094736eb9d32 0.00 MB 1 0
16,392 16,392 0000000093d276fb3bb680eb2e961f01170849b080cd932f5fb67caa86bd7053 0.00 MB 1 0
16,391 16,391 00000000f5b0f91410ecaf37bf80f052bde7b3f79f42a36415861851562b7060 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.