Memory Pool Memory Pool Refreshing

82,317 transactions
36.19 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,641 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,567 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,640 (71,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
778,271 778,271 000000000000000000058498877b84e88e35a88db5af3f67c2c32ae5ad11da15 1.40 MB 2,971 37
778,270 778,270 0000000000000000000184b020130800a7bbe8400404cfed408c475244b82fdf 1.63 MB 2,773 14
778,269 778,269 00000000000000000001cb70e3f8f5988971e99bcc2c98092c7edc4e64084209 1.57 MB 3,535 20
778,268 778,268 00000000000000000002f89ce9cfd56f64de4b3d802b86df1191d2f9529b4e1b 1.61 MB 3,277 21
778,267 778,267 00000000000000000001844ae69cd4155d41569942db711cbd11adcaa1903060 2.42 MB 2,001 6
778,266 778,266 000000000000000000040d610f1425b301454987acd84995b78e83790768d90c 1.53 MB 1,525 8
778,265 778,265 00000000000000000005ae27d8586a6cce5a1c2f16f79128294410f2b5ce025a 1.51 MB 3,292 19
778,264 778,264 00000000000000000002f14a23cc0910c5e429d51c05b1f18c775a5d0a3f9733 1.72 MB 3,375 13
778,263 778,263 00000000000000000005887d685eae774f022ba4aecb3f6e478e83c1268a642c 1.87 MB 2,896 16
778,262 778,262 0000000000000000000546b40622adf5a088fc2d2ef1a3db0704599b98048e34 1.45 MB 2,726 17
778,261 778,261 000000000000000000032bf11609297d12dd32ed0d55cb535fa58094c42c4925 1.30 MB 2,181 18
778,260 778,260 00000000000000000005596e42107f74417f12c050e768bd8723afbfd5246220 1.43 MB 2,156 16
778,259 778,259 00000000000000000003a8dc299441c39099eac88371ff9af52951ce6749233e 1.60 MB 2,929 21
778,258 778,258 00000000000000000003ce4f6cc2131f2817182666b2432f97af368f2ae2d995 1.75 MB 3,803 16
778,257 778,257 00000000000000000002ab3f83b5cb386977f05e58e6e549d6525e3a6e4d8e04 1.57 MB 3,699 20
778,256 778,256 000000000000000000015c022dadd4a860bddc345bedf0cdf99992a61b7c3b64 1.49 MB 3,301 30
778,255 778,255 000000000000000000065a582c53ef20e5ae37b74844b31bfcbd82f4c515fdb2 1.44 MB 3,236 33
778,254 778,254 0000000000000000000143b739e90a5ad7b455884242e3cbe05640552a1d52be 2.33 MB 1,629 8
778,253 778,253 00000000000000000004503e5f232554571dcfb172d88bda724100537ddee4dd 2.40 MB 1,568 6
778,252 778,252 00000000000000000002295925de95002c4e495d99e70b6f4aabdeebecd2622e 2.85 MB 1,525 6
778,251 778,251 000000000000000000028327a6c4c80cb8632c4891856a2add41191090735260 1.77 MB 2,824 15
Previous 10 blocks ↓
Total Size: 660.82 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: 575.77 GB sent, 3.31 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.