Memory Pool Memory Pool Refreshing

14,102 transactions (3.15 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,178 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,890 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,177 (823,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,486 85,486 0000000000169a4194577308cb0c3ebecb929597b97b48e86c468360c22351d0 0.00 MB 3 0
85,485 85,485 00000000000e50b7dc57d9410e35c6b694b8907f2b4b3aa64f366babfcf018de 0.00 MB 2 0
85,484 85,484 000000000017a8a1979bbf4cae5cc93c43a0cbc7545552841a81d6d7fe58c476 0.00 MB 1 0
85,483 85,483 00000000001c1b419d71922eddc3983e806d2d032f43a45e84bfc037734b8def 0.00 MB 1 0
85,482 85,482 00000000000210fceb69afb31eb772c1ba22b048f4e5c018a2f0bd00d8df634e 0.00 MB 3 0
85,481 85,481 0000000000296375c724c1ad05c0416e52d6263c4d05fd810ba918293574ef46 0.00 MB 1 0
85,480 85,480 0000000000202e4e2ac2b5a2e69597468d5269c9f6622870d1703c286715ac4e 0.00 MB 1 0
85,479 85,479 000000000000bb3587e32a21d4612e3a4fb584e1b463df2ae6ca84021c258664 0.00 MB 1 0
85,478 85,478 00000000001c391c9c0931dd67e7a696cf064f8d17a14503d37b8c47af719390 0.00 MB 1 0
85,477 85,477 000000000020b7969f00f372173ebfddf3ad29c24d1ffd01c8bcc09f8c992ff5 0.00 MB 1 0
85,476 85,476 00000000001df8061b6e8ebdc689cae5e7871e482024ea21835862cf333a2e3c 0.00 MB 1 0
85,475 85,475 000000000028b9e24af3aa1a79ca92987b4f343926449b5e31b58456c7622854 0.01 MB 3 0
85,474 85,474 00000000002854cf389fbca40b24550a2b6aef79b363c448fcb9839c8a653597 0.00 MB 1 0
85,473 85,473 0000000000277110722530cbf675c20d047de0696f2645f40de992c2e92b4235 0.00 MB 1 0
85,472 85,472 000000000011812dcb55676c7c3cb67c3f8dabd25b0824ecfd70f0a656b1ac70 0.00 MB 1 0
85,471 85,471 0000000000144731c5970ae5572b6dbbc7e8ba3591fb82a1e752c15059ea88c8 0.00 MB 1 0
85,470 85,470 00000000002643cc8c75534fa22f607ff71932087ebea1ae0092c9d9b207fdda 0.00 MB 1 0
85,469 85,469 00000000000337f5d4ee4fdb98cc31fc260698b679e19831c7593cc956ef9107 0.00 MB 1 0
85,468 85,468 00000000002aaab969bdb798c56bd31a77cc4fddb7c5911a2bda5b43909930e3 0.00 MB 1 0
85,467 85,467 00000000000fe7cfd94f0bdac88e039df6ece634db7ac17350fb2eb163a76416 0.00 MB 6 0
85,466 85,466 00000000001695a1d5145cb74eb8f60efe35cb339591d098e4862916ac25bdfc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,985.20 GB sent, 107.08 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.