Memory Pool Memory Pool Refreshing

67,778 transactions
37.11 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,665 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,970 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,664 (114,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
735,445 735,445 00000000000000000003d595e6f5d172d4f6d04c31f164fc4ddb37f2cc61822d 1.07 MB 2,410 13
735,444 735,444 000000000000000000030829c24953d9a012c76a1a731702b90161648e4a79f5 0.19 MB 436 12
735,443 735,443 00000000000000000008d2fc31041c78dfffc366783479fe287e8a0902605dbe 0.27 MB 358 11
735,442 735,442 000000000000000000076df8ad6918c425cc03c35cb94a40409a5bf41de9b504 0.00 MB 1 0
735,441 735,441 000000000000000000028fda099b316399aed73bbb273c9e635bdf9b9a9cb928 0.47 MB 683 4
735,440 735,440 00000000000000000005d7619c1a642733d80b871784f7beba75cd10ddeabc40 1.40 MB 2,617 8
735,439 735,439 000000000000000000038065cb9a9768f6eb1b07a1c5d0718e60441c2215d461 1.48 MB 3,633 20
735,438 735,438 000000000000000000078dbc21d1e4e197b3b1df8dceb746d5755d77cfde7501 0.32 MB 724 14
735,437 735,437 000000000000000000077d34f1c9134aa6fad5a9d15913423a232f4401d09bce 1.63 MB 1,603 7
735,436 735,436 00000000000000000004e4492add073c8b9775cd99d4b736cc636ac1e9c19cf3 1.62 MB 2,297 9
735,435 735,435 00000000000000000002971b4a395a727dd1c8b783fd23221a505da85bcd4d43 1.73 MB 1,489 4
735,434 735,434 0000000000000000000119d9d4a34d0bf60c52234519c594ed584a60e2dea795 1.41 MB 2,944 12
735,433 735,433 000000000000000000059c7ecb2e38ee86db59123add870ec2657bad84e37cf7 1.45 MB 2,302 9
735,432 735,432 000000000000000000070702d003b49f824aa26f20202f4960a79b13c19464d6 1.41 MB 1,495 17
735,431 735,431 00000000000000000001cf37fd2dbd7d79e853cd3949a65d73a1231139eaab52 1.50 MB 2,808 13
735,430 735,430 000000000000000000034a2ead4e9b6e91e718a9a978e418c0fd0c7fc7cc72ed 1.14 MB 662 14
735,429 735,429 000000000000000000002edb7e34874321655d038d09f4ef6b8021f125a4d8a9 1.26 MB 1,562 17
735,428 735,428 00000000000000000007dbe4c48baf71ca5d6e1f9bce73eb0dbb8077b9c7cfbf 1.10 MB 443 13
735,427 735,427 00000000000000000006310c115b66b124842edb803c591136c77a139db2ed14 1.09 MB 296 13
735,426 735,426 000000000000000000042ed379fde69a235bf98fbb2936504a0cea88ae9c9f00 1.26 MB 1,741 17
735,425 735,425 000000000000000000070b385efc2c943d0a86b27625ef9da05c54d5b02194fa 1.40 MB 2,616 20
Previous 10 blocks ↓
Total Size: 660.87 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: 614.12 GB sent, 3.57 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.