Memory Pool Memory Pool Refreshing

42,611 transactions
15.51 vMB
Show Random Selection Loading Transactions
Max Size: 94/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,846 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,697 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,845 (269,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,765 602,765 0000000000000000000b8a4f56b6ed9a9f2c28b2f4c0d42b75c6f88a0b30d624 1.18 MB 2,786 33
602,764 602,764 0000000000000000000509c4448ccbe2e24964e48779462c1ce5dee119f1a932 1.23 MB 3,170 35
602,763 602,763 00000000000000000006898695b44cb04716f069136c1397968d7d25e61bc123 1.28 MB 3,220 39
602,762 602,762 000000000000000000057e1cb781ea1ad2d7bb6705a6d0da44ae0dfb74967be7 1.48 MB 2,464 32
602,761 602,761 00000000000000000000f7f1157ef6f321d10e2c25389719bfa3fe78d5e1280f 1.27 MB 3,140 38
602,760 602,760 000000000000000000047ce1aedf013cdf0ff8733ff3b3a31d9f4a3b77b41e3c 1.62 MB 1,902 33
602,759 602,759 0000000000000000000921bde006855ce7b317a20b4085646504c3f7dd0b31c8 1.26 MB 2,927 38
602,758 602,758 0000000000000000000edb16ab64c00ee628a59270c3a2a1b9b8c4b55baddac5 1.29 MB 3,334 41
602,757 602,757 000000000000000000023e71443f1977a5ed40db30e35ee7c50830f00b571137 1.31 MB 3,313 40
602,756 602,756 0000000000000000000adb04694d94d397620bac6603d08656382d84da24537c 1.33 MB 2,956 46
602,755 602,755 000000000000000000009d21769feb6748b68f94e0e5ee542f9d5044fba490d7 1.45 MB 2,011 70
602,754 602,754 0000000000000000000888533d1fe030fd1068dd5df6af51b40be90a68965125 1.58 MB 2,961 43
602,753 602,753 000000000000000000004bd296c2007f9c3ccb41923b71b0ab7202ebed8e398f 1.33 MB 2,529 60
602,752 602,752 000000000000000000087d7834e2941b74a59b489b094872bfb1248e08871e63 1.53 MB 2,321 34
602,751 602,751 00000000000000000011e00a7276517a2a39835ece455861908b62cb15b617ca 1.33 MB 2,455 54
602,750 602,750 0000000000000000000f4a4b54e9b9c605dc2a11ad51bad60d423b11bf6b9fdb 1.32 MB 2,163 65
602,749 602,749 0000000000000000000a4396443acd2466bd8161227781058d2527d0aa86cb2d 1.49 MB 3,122 35
602,748 602,748 00000000000000000006163edcd3b83e1b951711b92561369d8725e5a405de61 1.34 MB 1,890 71
602,747 602,747 00000000000000000003229f6e24f055b28ca98f172991b5f783ddc652716ca1 1.15 MB 2,420 30
602,746 602,746 00000000000000000002b603820b0dc5b9bc5db290d7cc98228ba58636ed6cb1 1.10 MB 2,222 21
602,745 602,745 00000000000000000011927141933e05efdcfe99aefc1eb0565fd44b8626d08c 1.24 MB 3,029 35
Previous 10 blocks ↓
Total Size: 702.91 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,577.39 GB sent, 230.74 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.