Memory Pool Memory Pool Refreshing

51,121 transactions
21.54 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,877 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,855 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,876 (137,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
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
Previous 10 blocks ↓
Total Size: 704.82 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: 2,660.40 GB sent, 243.70 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.