Memory Pool Memory Pool Refreshing

42,048 transactions
30.16 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,209 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,276 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,208 (200,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
662,215 662,215 00000000000000000009e98d0d1b9b1196cb30b669183e9430975fa89bdea137 1.24 MB 1,391 30
662,214 662,214 0000000000000000000ae568f189a8facbb83c9a7548e539dfc5865739ff3599 1.24 MB 2,075 67
662,213 662,213 0000000000000000000c45f8d7e17f81d80f21a1c0bef7e9cb084c49cb2bd35c 1.14 MB 990 17
662,212 662,212 0000000000000000000596d72d9dca7523d92ac72e491f5b67f82d530ed30222 1.30 MB 1,544 20
662,211 662,211 00000000000000000005841816a0f6cfd5f51c5a132b35708836397f2f197222 1.31 MB 2,234 33
662,210 662,210 00000000000000000004e8aa78f6e8a345ca9b24b0dc1d4ae2368673f279f24c 1.38 MB 2,235 67
662,209 662,209 0000000000000000000a6dd0eea502c294f15c697740867e5ff3199cfc57832a 1.49 MB 1,611 35
662,208 662,208 0000000000000000000983121aa0f3691670402d0056108ea86334bad0ac1114 1.17 MB 1,302 89
662,207 662,207 0000000000000000000a8e84db7c191d844d4b43e461016e4dbbb03ed1f22e92 1.34 MB 2,128 61
662,206 662,206 0000000000000000000978cb2fe7d61b486354e7ec62cf1a22f61d836d1cbfcf 1.09 MB 1,516 7
662,205 662,205 0000000000000000000d66d6a8bdbc069619e7138604b7ad368ca71eaf3edad6 1.36 MB 2,444 59
662,204 662,204 0000000000000000000e099513de2f979514c095582c1955da6d562576bb1415 1.34 MB 2,379 45
662,203 662,203 0000000000000000000025273c1b760746d7c91097b867e6e2c7a544a13716ca 1.25 MB 2,219 29
662,202 662,202 000000000000000000071939d709f6924a8729d90b5a33bc02447c462e8666f4 1.29 MB 1,854 35
662,201 662,201 00000000000000000000b56ff415c2995b9546985608d49ea17ae14786e75618 1.26 MB 1,943 18
662,200 662,200 0000000000000000000849404fd937b36bf0cef72f12d0770591f43aa26b291a 1.10 MB 2,123 11
662,199 662,199 00000000000000000003e71fff023c0ef6533e4e256e23ac6d6e2523ccdb1288 1.33 MB 2,375 45
662,198 662,198 0000000000000000000b083a245d91ad8598992278530342ab3501d5aed7911d 1.78 MB 1,246 17
662,197 662,197 0000000000000000000810b10bdf63040b11493b87af2fc77b7c06a59aa5801b 1.38 MB 1,936 38
662,196 662,196 0000000000000000000e07382f920c7501594ec554917ac2ae25c76e7bd1b49b 1.47 MB 2,594 51
662,195 662,195 0000000000000000000ba30abac59a522a44dbe3d303c730434dba1ea73fd463 1.23 MB 2,652 79
Previous 10 blocks ↓
Total Size: 686.51 GB

Node Information

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