Memory Pool Memory Pool Refreshing

61,044 transactions
28.12 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,913 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,457 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,912 (71,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,806 790,806 0000000000000000000142362e579a6b7752f959069a2714ac6d1166dd150faf 1.71 MB 3,021 40
790,805 790,805 00000000000000000001d4e2d13079074f140bb69fb4d52ce4a345a4749eefeb 1.54 MB 2,822 44
790,804 790,804 00000000000000000003c1c0ce68d8c281a8b594a8f51abb510b4a2ee97d951a 1.56 MB 3,566 54
790,803 790,803 000000000000000000058e8859daaaec4230e6fb5e8275fd1d741aad6df4504f 1.39 MB 2,436 87
790,802 790,802 000000000000000000022ecf758261a80a189ec0c98bbc5bd9aaf95593096e60 1.90 MB 5,346 34
790,801 790,801 00000000000000000004844a9fe93d0b7d9c3b67598a779cad093b51290851da 1.80 MB 4,601 46
790,800 790,800 00000000000000000001abeca12f34d9c0cfc0054a99bbf93e3c3c1323d3e3d1 2.11 MB 6,032 24
790,799 790,799 00000000000000000002149eddfc90935f467ee18400268a8f2b652289501732 1.57 MB 3,257 37
790,798 790,798 00000000000000000005292548bb9b9f48baf51eb8addbfdea1e8dd77bc81bdd 1.71 MB 3,566 38
790,797 790,797 00000000000000000002ece919e7c08caead75eeeac9b10579c6a95955607e4b 1.70 MB 3,361 45
790,796 790,796 00000000000000000004767ede5533bb59c77b0cd9b30fb796d4e771eb2caff7 1.54 MB 3,427 80
790,795 790,795 00000000000000000004653a2a90f1dd7bf21b965aa65ea93fb2dfa450b1c657 1.44 MB 3,093 76
790,794 790,794 00000000000000000000ddf48b14362e7f52514bce2c7caf78e6f4576a3b0399 1.91 MB 3,978 23
790,793 790,793 000000000000000000017bb50b6955f4a0af0b6d8382f1b399c9e7288126c881 1.80 MB 4,057 35
790,792 790,792 000000000000000000003035c458d11f5855252963ca6c626ced032030b1311e 1.52 MB 2,994 53
790,791 790,791 00000000000000000001c84f8ed5c56a8d871b3e599af8cab0e00a913fd72b69 1.79 MB 3,312 45
790,790 790,790 000000000000000000005f4d6170e5cda6883b406cf32f3f46d5b8ececd846b0 1.87 MB 357 22
790,789 790,789 0000000000000000000326668dd2d32070a315e158929d63de9555ee7271c560 1.72 MB 3,838 37
790,788 790,788 000000000000000000023a845351079f13015d10aa55003d30e7589e597caa2a 1.85 MB 638 26
790,787 790,787 000000000000000000015c013275d43d5978ea8e36490d762fe81b6c2122bf97 1.96 MB 2,641 28
790,786 790,786 00000000000000000000463773576ec5da4846de6eb9d4e05bccd87481b0dc17 1.81 MB 3,154 54
Previous 10 blocks ↓
Total Size: 683.99 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,307.60 GB sent, 98.39 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.