Memory Pool Memory Pool Refreshing

90,828 transactions
35.39 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,772 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,694 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,771 (184,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
665,521 665,521 00000000000000000009b3fac25eb1ba4a6a33bdb29a1c39fa28bbf957dc60cc 1.29 MB 1,587 48
665,520 665,520 00000000000000000003a2239f3e13a0dc4f1d6dbd710ec210a384d7fac78a84 1.25 MB 1,658 82
665,519 665,519 00000000000000000008c3f8901237672081be49e3f9c014bf1ccf6c97c9918f 1.40 MB 1,899 74
665,518 665,518 0000000000000000000a822d214bc7b6842bafd61fdf2e4ddbce0a821369d426 1.15 MB 1,872 30
665,517 665,517 0000000000000000000304ec7b09c5a5612b536ffd12f494564dddde8110e26a 1.24 MB 728 74
665,516 665,516 00000000000000000005d10680402932dd5ba15433c102b67d04bb3eb185c353 1.32 MB 1,762 40
665,515 665,515 0000000000000000000c9ab6bf5d590ca0affe219c6a7e4dc377a000a8751a6f 1.34 MB 2,690 103
665,514 665,514 00000000000000000007cd9d0244eb253894da99837861e71e42cea68c86f0d3 1.19 MB 1,364 22
665,513 665,513 0000000000000000000bf73122c7036a5a3ac9bfcbf057e5047587a833109d45 1.25 MB 1,951 41
665,512 665,512 00000000000000000007055f7d314a1b09d6ff315e860891bd4950b226df17a9 1.27 MB 2,082 39
665,511 665,511 000000000000000000070a8f8f4d4e5a16a0f11959347878abce7b47d5074e0d 1.45 MB 1,894 63
665,510 665,510 00000000000000000004181227b58c666f03dad9c55c2ec4470613cf3f583bc3 1.32 MB 2,588 104
665,509 665,509 0000000000000000000c5a2bc876a1534ab281fcb36b803bba7b8db4148b0a3b 1.29 MB 1,588 23
665,508 665,508 0000000000000000000838a121025140f601de0ca852e89e12e07ccf8d3b7000 1.40 MB 1,513 38
665,507 665,507 00000000000000000002bda20f586f1906a62a7ec63d77495d7b7de191c96327 1.18 MB 1,509 16
665,506 665,506 0000000000000000000a5a405345a21b3ca77a71e4cbe84333bb062139637163 1.37 MB 1,789 47
665,505 665,505 0000000000000000000769194fefdecd2b25e64df2b3703dd37953df253cdfca 1.22 MB 1,867 17
665,504 665,504 0000000000000000000c354fba69aad7f232e483b2607865eec6db8c60fc218e 1.23 MB 1,757 47
665,503 665,503 0000000000000000000b49fb020cf38015fd0b83eb85c506eb293e5f19b1db26 1.39 MB 1,983 71
665,502 665,502 00000000000000000001925c780ba45c8deb90bfabf189ebc8299ae2f0f7ec3c 1.44 MB 1,284 70
665,501 665,501 00000000000000000009fdd9c05bf1f9c357bab96277a0cb6f03eea421c7dab4 1.22 MB 2,153 109
Previous 10 blocks ↓
Total Size: 661.08 GB

Node Information

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