Memory Pool Memory Pool Refreshing

67,177 transactions
32.40 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,715 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (254,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
595,080 595,080 0000000000000000000d5747e7b824842842cff99d802e81fb369412cec43598 0.30 MB 604 20
595,079 595,079 00000000000000000005f01a22b6cb0f3ab85ee28bd5f93c79241a05c039f371 0.77 MB 1,678 18
595,078 595,078 000000000000000000166d151d8b54cf850a002e7b115817e842999dcce524ec 1.10 MB 2,783 21
595,077 595,077 0000000000000000000ad94034780da875ff87c6292d9b9261f12f25dcc3c88c 0.17 MB 273 4
595,076 595,076 000000000000000000161a3be0a67d8be85e19490c8c4ed0c292a5cdd6d768b9 1.25 MB 2,970 10
595,075 595,075 0000000000000000000a8223061d0c517790de44e4491d9bb3bb385844dddf5a 1.18 MB 3,328 35
595,074 595,074 0000000000000000000ed217379fab158ef90f79d1cf8b861f479aa6daed19ca 0.57 MB 1,215 19
595,073 595,073 000000000000000000009eab5d8936ad9ac32961724c001397c597946fa1b5d0 1.20 MB 3,155 19
595,072 595,072 0000000000000000000127837a38fd154804d8ed2a8f0918cf11cb87420ef510 0.56 MB 1,206 22
595,071 595,071 00000000000000000013cb926c0db52dfa65e5e3335000388bd086101f4fd091 1.21 MB 3,053 18
595,070 595,070 0000000000000000000dea2d7f6f62b548889bff675b9d59f3127748184fc948 0.37 MB 911 25
595,069 595,069 00000000000000000008050173c291ca55c19be74db22321fc754eacc5f0dff0 0.10 MB 290 19
595,068 595,068 0000000000000000001590a394b13c4bca16efcd6755666ca181c4881fe4aa18 1.02 MB 2,647 16
595,067 595,067 0000000000000000000fcc780ab834a1f15bf620da791cee507fbfd5d1a4077a 0.13 MB 320 29
595,066 595,066 0000000000000000001254542b1a01562ef7b1adb174bc5522c3cc3abedf125f 0.84 MB 2,064 16
595,065 595,065 00000000000000000012356f4ee560fc3ffcfb146bdb449326ab05e6a0923ccc 0.05 MB 75 13
595,064 595,064 000000000000000000073b06896381468d6cba88ad91aa610dcef8af388f0fdc 0.20 MB 426 17
595,063 595,063 00000000000000000004c21beebe8ab666d944bfe4e5a5129a3d583b27610257 0.31 MB 229 9
595,062 595,062 00000000000000000015e2fe4e50e8f25aed632a7f22e166a12ffafc04222a9a 0.42 MB 1,161 16
595,061 595,061 00000000000000000005459826c7fdd866e4a7f3e0b0f0b851e9a9ce223d1869 0.38 MB 1,063 17
595,060 595,060 00000000000000000009d3ca99d7e14a21fc2fcfa2cbf0a17a684a098cf257fa 0.12 MB 319 17
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 737.61 GB sent, 4.67 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.