Memory Pool Memory Pool Refreshing

56,374 transactions
20.51 vMB
Show Random Selection Loading Transactions
Max Size: 117/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,522 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 5,415 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,521 (45 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
867,476 867,476 000000000000000000001549a7b3a17a81b805488cd0439f16993c5a021638bc 1.86 MB 3,499 6
867,475 867,475 00000000000000000001c45a3e69f62d154da8d3f237be00508a86432edca62e 1.90 MB 2,890 8
867,474 867,474 000000000000000000018542208bdab4fd8355dcd4aacbbce7eb4d34a7b89c67 1.63 MB 7,548 2
867,473 867,473 00000000000000000000341f69b51946a4de30ba79ddd1c2a32e4cddce4b8466 1.64 MB 6,258 4
867,472 867,472 00000000000000000002c1ab75c4f5841506dac92687342c897cfe5aebf8399b 1.71 MB 5,613 2
867,471 867,471 00000000000000000001e703697a1211b3736121b4d49a83f34f877e114e38ca 1.53 MB 2,582 4
867,470 867,470 000000000000000000000bf05c7638790dbab371cd07beaf604d0a58891f4fe6 1.78 MB 2,623 6
867,469 867,469 00000000000000000000b95d9901e29194ed9a552c473220f316a3939287e54f 1.53 MB 3,722 16
867,468 867,468 00000000000000000001b52d9a2b452f41826bca6c77533c4de169bd74caae63 1.58 MB 3,748 14
867,467 867,467 00000000000000000001c1c2ea7d3efbfd6a45b57abe5a9cd905325c28126153 1.40 MB 2,601 10
867,466 867,466 00000000000000000001739d24222d036eb1ed4aaa8150885f55867e1664a9b2 1.72 MB 4,505 4
867,465 867,465 000000000000000000006d211cb585021c26d0e86445dfa2d61eee31e00e7fcc 1.68 MB 5,266 5
867,464 867,464 0000000000000000000015994ab420149c9f7716aaffa98927e55446e3ea1153 1.64 MB 4,013 7
867,463 867,463 0000000000000000000165228b4994c988d1d3928c6f022f5ae030c2d7b53459 1.62 MB 3,686 4
867,462 867,462 000000000000000000011192c75d0a9cd5b7f11ed7cfa35f625d549b8aa093a7 1.59 MB 3,670 18
867,461 867,461 00000000000000000001be7f34c15e2437b854ba109f5313002fb3af5e36da8f 1.63 MB 6,588 3
867,460 867,460 000000000000000000002526f7cac4c71569a67ce5d04d28e2f07c6610cb103d 1.64 MB 4,773 5
867,459 867,459 00000000000000000002079885058fc82d52cba45fb804f7c36f107e571670f1 1.68 MB 4,670 6
867,458 867,458 00000000000000000001a405f683e30dc509baf5b675a4d9fbfd60ab22d42cde 1.71 MB 3,916 9
867,457 867,457 00000000000000000000d4d4914dd09f6f1760100771619ab5397be46856fc6f 1.86 MB 3,322 5
867,456 867,456 00000000000000000002633ff67ea9bfd7f44404eea3c3f1a9d25aa83ec63e00 1.57 MB 3,709 10
Previous 10 blocks ↓
Total Size: 694.61 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,920.88 GB sent, 176.87 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.