Memory Pool Memory Pool Refreshing

66,033 transactions
27.72 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,700 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,542 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,699 (287,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
584,256 584,256 0000000000000000001223a7f2439a32df58f9d721e705e5f854cf204be7063b 0.07 MB 246 28
584,255 584,255 000000000000000000104142b0524c8c153fc5b9b03543461a96865599ccc1c6 0.47 MB 1,391 29
584,254 584,254 0000000000000000001d6be50c7b879a24ec89ee241d2a5ab08257f79133d8c2 0.02 MB 71 38
584,253 584,253 0000000000000000000bf4926a03e4f561d240e7e3d890e6ab3e4830aaadad02 0.35 MB 971 28
584,252 584,252 000000000000000000108d18da4847b57d8dc01cde9d084442c4303e3594e3d6 0.20 MB 583 41
584,251 584,251 00000000000000000017152618b998c8390ef6f08f0f7eee1e7f3d4fa168933f 0.45 MB 1,301 30
584,250 584,250 00000000000000000009ee055644f54547642cd8a38ec0556d133feea6685e7b 1.17 MB 3,288 26
584,249 584,249 000000000000000000170f507fc1f7c0834a00e89e6796afc0b022fab09fea84 1.07 MB 3,318 30
584,248 584,248 0000000000000000001386dcf69f0a06ec1e34517749e7509354e38b72a44334 0.15 MB 380 21
584,247 584,247 0000000000000000000a58c0fa5d2701a415b1b387a3a53074b58301565db379 0.27 MB 850 28
584,246 584,246 00000000000000000006c02ef17935270afd8212a3d211ad542827e842241c6f 0.33 MB 877 40
584,245 584,245 000000000000000000153ea04a24140be7111e0245dcfc4b930b0c0ff8b38a55 0.93 MB 2,478 23
584,244 584,244 00000000000000000018d88452422403279b1f5228ca1ce8465f05935edecd57 1.19 MB 2,485 59
584,243 584,243 000000000000000000056783060242ab94756edb467d763abd1926367cfddfa5 0.51 MB 1,486 11
584,242 584,242 00000000000000000006bd9ed2cb7c7adaba1a8e9b234638102ab38a59857e7a 1.23 MB 3,301 31
584,241 584,241 0000000000000000000943ecb5a74bf509174d47e7414a15e8bf1d3051203315 0.16 MB 448 30
584,240 584,240 0000000000000000000f1b5863f104773520205f4132bfc627e344b244effb1c 0.55 MB 1,455 28
584,239 584,239 0000000000000000001e6192e0e59036432d08321d926286b8234c4df08bec48 1.02 MB 2,439 12
584,238 584,238 0000000000000000000384e3009c9e6191f483ac1fe94622f124e0ab2adac654 1.27 MB 3,147 48
584,237 584,237 0000000000000000000262ff3d5d5dae935e7371b2ee4993ac7cfff1cafead12 0.78 MB 1,333 17
584,236 584,236 00000000000000000019ad7e00b60bcf3d9aae6e46ca5ec1166977e2529fc447 1.08 MB 2,708 3
Previous 10 blocks ↓
Total Size: 702.63 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,557.77 GB sent, 229.03 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.