Memory Pool Memory Pool Refreshing

38,392 transactions
29.87 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,508 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,883 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,507 (127,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
735,424 735,424 00000000000000000002eda9ed875e52aa343a5b455a7b4fe4db5a161b67d1fb 1.27 MB 1,230 17
735,423 735,423 00000000000000000003d30f67a249b28fba046d2f42ad05c767cac0e351f853 1.20 MB 1,136 16
735,422 735,422 000000000000000000030a61f80177878b3b5b35fad70eb100bedec24101e1c2 1.12 MB 1,767 10
735,421 735,421 000000000000000000032d082c3ac878d4f3b9c34652f8db66fee740951b0179 1.32 MB 750 11
735,420 735,420 000000000000000000025cc735c902e4f436dfef02c6a4a1f11d86cce4a15a94 1.34 MB 1,307 10
735,419 735,419 0000000000000000000511bb9d0cbf657d62801919904c6575c59ffdb7632d84 1.19 MB 1,046 14
735,418 735,418 000000000000000000042372cf7983c045da7a4bee530a85aa0298af69644538 0.35 MB 338 10
735,417 735,417 000000000000000000035a03a144a7d7de1a3951a3884cdde2197f86a01f8671 0.56 MB 578 11
735,416 735,416 00000000000000000006eddf6a823212b79e87c30bdf043ba027dbf30a025cde 1.18 MB 1,083 9
735,415 735,415 00000000000000000004b95d09701317e103abafc869d7b8f924e7642dde725b 0.45 MB 487 8
Previous 10 blocks ↓
Total Size: 685.13 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: 1,372.12 GB sent, 106.27 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.