Memory Pool Memory Pool Refreshing

19,971 transactions (4.74 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,171 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,070 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,170 (873,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,380 35,380 00000000a4f4081d51d77af47aa8fd55d56dbbdb5a481c656eaf27eedfecd191 0.00 MB 1 0
35,379 35,379 00000000bc7209cc022c3525ca5c3ed0c782ae9ed94789d3c4e2cdaf01058355 0.00 MB 1 0
35,378 35,378 000000007dbe13e04c002d5e3ac663d3affbd58a830a33749a1d2eaba61529e7 0.00 MB 1 0
35,377 35,377 000000007a63ab377e8ca7835f78ab050803a63bd463bb1e3f576ad24f3ed111 0.00 MB 1 0
35,376 35,376 0000000079482055347366400cc16c06669f8f2ee543d8d60ec34e5176a0400a 0.00 MB 1 0
35,375 35,375 000000008f0712ec1646604aecb0a9e099f0e79ba4b81151d68d8ff564066c0e 0.00 MB 1 0
35,374 35,374 00000000b6362cae180190e1b1015274c38e5661c98f7a4b02685aaa11571870 0.00 MB 1 0
35,373 35,373 00000000889d672ca11a5bd13375d85cba7abf90746a570e23c6c47eea41b124 0.00 MB 1 0
35,372 35,372 00000000a856e8d04ba8febf2333d79c41dbbd74c3246838a1f8bc8b900b744d 0.00 MB 1 0
35,371 35,371 0000000034c789e5b2ecafd70995669b5109a7ce724b3d52b2e15f0f3606057e 0.00 MB 1 0
35,370 35,370 000000002ffd1db7fe0cd73e97589820e784d3438c4c399dcd8a374cfbc80411 0.00 MB 1 0
35,369 35,369 000000009a420607a75c7cbc803d1a6bc580ceb700f0e3ea251ed05ebb7bf405 0.00 MB 1 0
35,368 35,368 00000000499e4229f7e01abb3b3831479d355a43fe90b3900abf8b54c7c68ce7 0.00 MB 1 0
35,367 35,367 00000000a79d160900d6c3e7d7cf59c01a3b1572776d1244667c0093a77298b8 0.00 MB 1 0
35,366 35,366 000000004ad627e8e1dc54acb3630963ce613feff1a77e9ab13e3294812d87f3 0.00 MB 1 0
35,365 35,365 000000000e6dcca09eb33e78ae909f79358c754efe2ccae1e87c7b769f4d8d6e 0.00 MB 1 0
35,364 35,364 0000000063b196a6aa2adc2f834e6a2b0990f0fbb23bcc9274b40230249f50fc 0.00 MB 1 0
35,363 35,363 00000000792b6d3cc3420cdc7ac989cae06268d00991c01d34974696cc3436b0 0.00 MB 1 0
35,362 35,362 0000000029fa9cf5c8abfe2df58022efd299d815876b247eaa58019cf302086d 0.00 MB 1 0
35,361 35,361 00000000908cd073b8ebebbe049641d0cc992b77d8d2b7341776f6cf4ba4cd94 0.00 MB 1 0
35,360 35,360 00000000237c6d94e8b9af0b80da6254db86dc6340a2c37e9559d5e55746f0fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.86 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,981.39 GB sent, 107.01 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.