Memory Pool Memory Pool Refreshing

18,185 transactions
29.93 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,765 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,072 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,764 (15,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
848,103 848,103 000000000000000000018959242b9d430b4fc6fb73105ee5fa9f62d1669fe988 1.48 MB 2,651 23
848,102 848,102 000000000000000000006a6ec599a3d82ce6c01d5bbadca6a13c942d7a9105dd 1.59 MB 2,708 24
848,101 848,101 000000000000000000029eb603101ecde350476188a76b3614c8c9c0b6118d81 1.01 MB 189 19
848,100 848,100 00000000000000000000f2fef3bdfc7a741141bc14846b36339c29dce5ffe54c 1.52 MB 2,864 24
848,099 848,099 000000000000000000008205e75f1af53eb9042cbd40900cde09b408a47c9c45 1.45 MB 1,891 23
848,098 848,098 00000000000000000002f6fbc2ab324db8f7ea7a54f4f9191108074cf82877ca 1.33 MB 1,777 21
848,097 848,097 00000000000000000000ca08aa09e1397712660eae3612739b12845959d0698b 1.16 MB 969 20
848,096 848,096 0000000000000000000176c3553e2de906cabbc40e675499953d77ab148890e5 1.48 MB 2,704 21
848,095 848,095 00000000000000000003099665ad8c85f5d22d12dd37de5a1f2bf04fb7641bcb 1.64 MB 3,481 25
848,094 848,094 00000000000000000000f7aed3d02c58b18ff2dedf6b030504b1b94c6d49fcbc 1.77 MB 3,089 26
848,093 848,093 0000000000000000000215f249cccad91b24403d9b1b707c182923f55ecd37ff 1.75 MB 3,307 21
848,092 848,092 0000000000000000000056a1d523ac9fb8a71d48aeab88e00339704f1afe83a5 1.61 MB 2,455 31
848,091 848,091 000000000000000000030b08d24dfd69f76faa09ac19192d8a312cc44422fbc8 1.79 MB 1,297 23
848,090 848,090 000000000000000000022302749e05405a9b121dc9d8d63fa1045097f22cac7b 1.60 MB 2,186 25
848,089 848,089 00000000000000000002fc034371e96d3d923aec28eb353be491281f8fcab643 1.77 MB 2,762 21
848,088 848,088 00000000000000000000ee3ce9a31915293b0d0785679b4e5f0e85f78a87579e 1.94 MB 2,545 23
848,087 848,087 000000000000000000020ad67653ef428299e2080fa9bd36050bea2de26fe0d6 1.64 MB 2,239 31
848,086 848,086 0000000000000000000154b5e3c406055249d07e30598ffaadddfdd1bb685f88 1.91 MB 1,440 25
848,085 848,085 0000000000000000000331e595989e51f244e171b00b2cf963cd4a84a485bef9 1.68 MB 2,027 26
848,084 848,084 0000000000000000000309199a44b79e321f4deccca0f601a9dbaaa7ed0b939f 1.78 MB 2,766 25
848,083 848,083 000000000000000000017769236c34525d7965884a3eb5adf52486cf5f9f1967 1.65 MB 3,063 25
Previous 10 blocks ↓
Total Size: 687.57 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,520.57 GB sent, 122.73 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.