Memory Pool Memory Pool Refreshing

37,140 transactions
29.22 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,528 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,637 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,527 (61,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
802,050 802,050 0000000000000000000452a876b608d7a3c660161e9e846cea7d6e94ed01a669 2.43 MB 1,292 6
802,049 802,049 000000000000000000004938a3900c8f95ea6001c7fa95b0f7c03d073a0c52a6 1.73 MB 3,726 8
802,048 802,048 000000000000000000014acd9a956a84f734e93398b8fad9237b2be0cc1ee817 2.41 MB 2,429 10
802,047 802,047 00000000000000000000f06f390c5c0c808973f3ca54c604d491176ea2da3a48 1.72 MB 1,632 10
802,046 802,046 000000000000000000034c6c0c9a8d76d2add1bbfa6e31129f2d303f22b7b8a1 1.59 MB 3,490 16
802,045 802,045 00000000000000000004063d096cc4eae72fa5ce657a103e39c6bc443f0a8cf4 1.84 MB 3,351 10
802,044 802,044 0000000000000000000156ffafe4344f1da4b1d6d024e90348282de169c991fc 1.92 MB 3,000 10
802,043 802,043 000000000000000000013e8540c2eda5ac827c205e8ff63740581d4991614eb4 2.92 MB 1,242 9
802,042 802,042 00000000000000000003b11cd6fa2e5d5c31fb631f4d523622d90c08b570a7cc 3.27 MB 872 8
802,041 802,041 000000000000000000022ccd7771d227c7e5464009f79b5569a66535c5abc24b 2.84 MB 1,502 9
802,040 802,040 0000000000000000000221badc25b2fc1ba695b032381cbb4b2fc22c0a7eb6ad 1.73 MB 1,850 9
802,039 802,039 0000000000000000000129b17594a68d0db54a9547e0147afc52587ac72d0a1d 1.60 MB 3,319 17
802,038 802,038 0000000000000000000032b4783658b8ca62bf06a01505cb0d0c0cf6c6dec3a2 1.80 MB 3,002 10
802,037 802,037 000000000000000000019e89167d8ab083854f6e3228d450b11a9cc5f77d17bc 2.17 MB 7,211 5
802,036 802,036 000000000000000000017d4ad59183d6102cf0fd41316cf17cf91d4f4f0d42e4 2.03 MB 5,761 6
802,035 802,035 000000000000000000047f7e25b1ca4172ad16292b60a47e2bb3bfc1d0d4c6bb 2.15 MB 7,081 6
802,034 802,034 0000000000000000000247ee0f2965c5aa5a59b416e4918fa587ec16d6e549fd 1.67 MB 3,631 11
802,033 802,033 000000000000000000008dafd50ddeefd599d3deb1818501c845ff0ca9f654e9 1.76 MB 2,568 10
802,032 802,032 000000000000000000008fe54af594efdd1f8a63d33c00484fbf615960ca52f0 1.78 MB 3,918 7
802,031 802,031 000000000000000000022d66f7897021eaafa6ef027fb6f63abc9caaf58923b4 1.97 MB 3,856 7
802,030 802,030 00000000000000000002803daeb272fe90e1010c6ec5f23b854031e2c5e04908 1.91 MB 5,131 6
Previous 10 blocks ↓
Total Size: 687.12 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,507.62 GB sent, 119.45 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.