Memory Pool Memory Pool Refreshing

72,566 transactions
34.41 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,638 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,632 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,637 (153,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,066 696,066 0000000000000000000035d9a64f914cb2be3d49b9887971d7865edaed1268b3 1.49 MB 2,735 16
696,065 696,065 0000000000000000000092d17ec38780f66586d165f5f145ebda428b00e25087 1.45 MB 3,258 4
696,064 696,064 0000000000000000001109098c2bf11393080e928034658be851dd9e3ed59ec7 1.37 MB 2,527 6
696,063 696,063 00000000000000000006d94f68fd22b2ae0e68c4ab24e8a6fbe961ee9fdaafd7 1.34 MB 1,664 52
696,062 696,062 0000000000000000000d92d6baea0bed62791fecb96bd15a248d67f3981874dd 1.42 MB 3,128 15
696,061 696,061 0000000000000000000a206870feaa81c930aa2c5cb49002a8b6f6c40128e343 1.40 MB 2,728 15
696,060 696,060 00000000000000000011b727e9344f1a5d114c69e1fb996764a1d18627d0aea7 1.43 MB 2,694 18
696,059 696,059 0000000000000000000fc7a4303a36b99a9c2729584ee1a4bdfbb4d43817d253 1.50 MB 3,239 12
696,058 696,058 0000000000000000000c7b823ce1e970b9fc5a2238a0e966f1e44f149819ed2e 1.48 MB 2,837 8
696,057 696,057 000000000000000000022d67d4673bdcb91115b71073f6a1a20ee39e80e7a461 1.37 MB 3,129 17
696,056 696,056 00000000000000000000cab076b7d21f168c3d16ba35a430340f1dd9b5dc1d78 1.51 MB 2,777 18
696,055 696,055 00000000000000000011fe019b588cffc194386332938bb521a1a4e772279e5a 0.90 MB 1,643 9
696,054 696,054 00000000000000000004f6f84ab6c68b0d3c41d2d7e9818ed87400e310c26a26 1.35 MB 1,389 5
696,053 696,053 0000000000000000000067924b2bca015d575cb881544dea365fd946fbd1bc8f 1.34 MB 2,644 14
696,052 696,052 00000000000000000002bfa7cc04cf45cd6babde1f9e59d5e49427940fa786b2 1.46 MB 2,609 11
696,051 696,051 00000000000000000005b1e511bd7cb7e0e4a8271be17fed3738b1c179efc946 1.18 MB 548 2
696,050 696,050 00000000000000000005887c4f44b13dea3244f8e0227496c25f5f6e2f4e0343 1.45 MB 2,524 9
696,049 696,049 00000000000000000005e28fa19c95f69b122fc64b257708c1b6948d0ab0be49 1.51 MB 2,985 11
696,048 696,048 000000000000000000049a066200a6a2455e3cd99e45abc905894ece15496e06 1.08 MB 1,652 9
696,047 696,047 0000000000000000000cd53f3e170dcf24e2f5bcf3e7665b265ce34a6a57637a 0.29 MB 632 14
696,046 696,046 000000000000000000038fe32806edd15337ce56575206201c15a4e44c18ebe3 0.04 MB 106 13
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, 108 incoming
  • Data Transfer: 573.77 GB sent, 3.26 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.