Memory Pool Memory Pool Refreshing

82,079 transactions
35.31 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,605 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,888 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,604 (72,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,322 777,322 00000000000000000003f74559b77cfc64cfcd038a5789d3a7690ce72109b365 3.87 MB 244 1
777,321 777,321 0000000000000000000218f603015b056b88a0ee884fbd8c2f2506c86fa4a582 3.90 MB 171 1
777,320 777,320 000000000000000000037d181b8ee46e70d6180287cb931c785997b8759dbbf2 3.94 MB 92 1
777,319 777,319 000000000000000000049710b420ec56852b28e057b603dc901101eb8206ef48 3.21 MB 656 3
777,318 777,318 00000000000000000006fdb2b92c8fd5ead4b44fc052f39135c55e89c17a374c 2.46 MB 728 4
777,317 777,317 00000000000000000001d37a6942f8774f1387bc31cf0db67d657ce84e53e777 2.85 MB 354 2
777,316 777,316 00000000000000000004bf940c45a661c4816aaec24898cfdc22d0882634e352 1.86 MB 285 2
777,315 777,315 0000000000000000000400a59a28fba5f169d6936fbf4db76ab61f9687275b3c 1.85 MB 446 3
777,314 777,314 000000000000000000032bea9dca1e30d24f31bfd8a9d32850bc88c202083ebe 1.85 MB 480 3
777,313 777,313 0000000000000000000180090395f281f6a2d539913ef83983b4a584d530c5ad 1.86 MB 131 1
777,312 777,312 00000000000000000004fa1298ea7d2d98a46a3b42db611afbe204729115f2e3 2.01 MB 1,837 9
777,311 777,311 000000000000000000055caa9ffbacae34979ed63363120c5a6ac9f873d21658 2.10 MB 1,627 10
777,310 777,310 0000000000000000000563093394c1244fc8cc16e61610b3057da90dcdcc25cd 1.96 MB 582 2
777,309 777,309 000000000000000000040a73dd4602c38a490f3430115debc5c27338da716f01 2.26 MB 938 5
777,308 777,308 0000000000000000000512fb01c0e4d9463721951a60773e3d0e8ab13b447305 1.95 MB 2,359 9
777,307 777,307 00000000000000000000fe63a9e9d6e0fd89b8868623e22273e35b4e701cf0dd 2.15 MB 1,968 8
777,306 777,306 0000000000000000000355b772e1e73dc534b5a335b7bd13a63fb223a799d425 1.40 MB 2,811 15
777,305 777,305 0000000000000000000464313e5bfbf7a3fdb06ed4ab5b5f236d87e2ee2cd6d1 1.23 MB 1,573 22
777,304 777,304 00000000000000000004483cb00ce90cac66224adaff94dd589996a2542a7de1 1.34 MB 2,669 22
777,303 777,303 00000000000000000000c6ac81788dda6dfaf7f1537041b2958373ed38e4ea47 3.94 MB 83 1
777,302 777,302 00000000000000000004bf22919ab6b1894b3b8d4b0eeb30dbd09c15cf2859cb 3.95 MB 86 1
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 100 incoming
  • Data Transfer: 540.31 GB sent, 3.02 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.