Memory Pool Memory Pool Refreshing

58,166 transactions
30.16 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,683 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 110 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,682 (731,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
118,055 118,055 0000000000009a48bce05080f9419fc93cbc228039939b88c0899986c6dae600 0.00 MB 12 311
118,054 118,054 0000000000004dcb4f707d9fd2fa430293cb4727a21b8bd7f98b55b5a129db46 0.01 MB 32 2,186
118,053 118,053 00000000000028cf74ba7637e372932340e1be47dd759eecd4496da791312106 0.00 MB 10 0
118,052 118,052 00000000000018ab1b8fd3b20769ee61764255e5da007052c2196023fb2c358b 0.00 MB 13 308
118,051 118,051 000000000000bb281026364bbb54dc3babf738f5e780e76bdeafc32482291e7e 0.00 MB 10 0
118,050 118,050 000000000000465744f44816ddd42aa12e3b7f25bf6acd20f3b3e64b35139c38 0.01 MB 13 296
118,049 118,049 000000000000b44ac36e82992d1cc2c10ffc0ccd39a8eef544bf9b7ffa3ba6d0 0.00 MB 1 0
118,048 118,048 0000000000001e158ab69b265171e184121957fb9b5ba9c8b15b37af241bab82 0.01 MB 14 226
118,047 118,047 00000000000039c4b8cd531393300e8ca4029d5eeb57b850c56ca70bf819f089 0.01 MB 7 371
118,046 118,046 000000000000aaa21ec38ef58dd9f201c9385ab1420fad1a1f96588adb286ee7 0.00 MB 2 44
118,045 118,045 0000000000003b37d06ed4c252b6dd923e1330ff5d50927819f0333ff320288d 0.00 MB 10 326
118,044 118,044 00000000000021991ded157468fc201888b3e9ff3da1abfd658c077b659a6735 0.01 MB 12 273
118,043 118,043 00000000000082a5ad33e62f93052856997d6a774594b8d0a0ab67b79353a112 0.00 MB 10 328
118,042 118,042 00000000000046c60c9d70e96522f12b169178189e0d05072c6fb3b7cf0f6fd5 0.00 MB 10 944
118,041 118,041 00000000000084ac27529540c66c41a273fc2435189fd1333ff50de460419f40 0.00 MB 11 343
118,040 118,040 00000000000091fd1703e0f7ad65f6bb76879d74031f8903e19b32fe4deb0c46 0.00 MB 10 0
118,039 118,039 0000000000002de394f134d45ef746e7747c9214dec5556c0c5eec2feca1a910 0.01 MB 16 251
118,038 118,038 0000000000009009f773a497a9a69eee6a726f3d2a5201473dfdce06a572fdc1 0.00 MB 2 3,861
118,037 118,037 0000000000003a299fe66246233d816befd40a94c090409798bf399310a8a97e 0.00 MB 10 0
118,036 118,036 0000000000007d0efde9d8333387ceea839af29c3d4262428a7eaeb5b90bdeb1 0.01 MB 16 365
118,035 118,035 0000000000004420e394917737c854234740a6a6e85595a4a8b6efcc7bbbfe66 0.01 MB 5 249
Previous 10 blocks ↓
Total Size: 660.91 GB

Node Information

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