Memory Pool Memory Pool Refreshing

29,384 transactions
32.54 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,841 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,564 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,840 (432,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,336 430,336 000000000000000000e41c759775384b907428acac6d4bc2216bab7e162e0cc4 0.75 MB 1,332 63
430,335 430,335 0000000000000000005dc7337eaff156017756e270e4707c3d5e84aa07787eff 0.60 MB 828 63
430,334 430,334 000000000000000003bf613db566109548285f29a712abdfa1783f22f9ad0c7d 0.21 MB 479 66
430,333 430,333 00000000000000000219b64d7272dab275a00d98b71e3025f789956c748540c4 0.74 MB 658 30
430,332 430,332 000000000000000004459b5eabbae294a4bf890d7fb65d9edd520f4a37e46ea9 0.98 MB 1,216 39
430,331 430,331 00000000000000000130c18a1f7fba732afacb1724a82f89581cf0c1756f4ae4 0.30 MB 798 69
430,330 430,330 00000000000000000291f1eedb9d2a4b5a01f311230a764cbae2c102f2c4030a 0.40 MB 668 52
430,329 430,329 00000000000000000337c941de23a4ee48caf97bf07ccd5fc98d3117890583d3 0.81 MB 1,651 58
430,328 430,328 00000000000000000141d01340542adb227857ee733a5816ffc151bb3b355b62 0.71 MB 1,224 55
430,327 430,327 00000000000000000196ef6e0328ee34abf48f2e3f73bcacd7980ef68c293378 0.99 MB 563 15
430,326 430,326 0000000000000000017525a170dc923ce9cc177771609315582afac1f6239f60 0.23 MB 468 56
430,325 430,325 000000000000000002a0c6aa21210b6fbe253ea6ca4d83811aa8060fbe65de7b 0.36 MB 817 66
430,324 430,324 0000000000000000020cbb5fa2efc47a09bd064e209aa886262e115e869f712e 1.00 MB 1,124 25
430,323 430,323 000000000000000001bd3cf10ad93af343f794fcdfc8f17c02c785a698138e20 0.12 MB 329 67
430,322 430,322 0000000000000000018f970e4d0a3298024b2d6d9ceb33a1f2e6249929616f3d 0.27 MB 636 62
430,321 430,321 000000000000000000499643eafb44cb0d4dc6f8175a101a1cbd623ddffda109 0.40 MB 925 58
430,320 430,320 0000000000000000015c011afa7f58c50ce26eefa33f42c8aec26507745d87e5 0.47 MB 915 51
430,319 430,319 00000000000000000087aae9da86748fff23a959fdd348d8db3a01218eafdb3b 0.89 MB 1,805 57
430,318 430,318 000000000000000002d5c5d6588365e75073db247dbf85028ddba7a0ea78f1a0 0.32 MB 718 58
430,317 430,317 000000000000000002adcf2c81f46ddfc613f4338a5aa298e49eecdd9a9d86c1 0.35 MB 709 59
430,316 430,316 000000000000000004c22a671f68b9342638e0cbb7a4d73c8f5e6cd5a4164676 0.23 MB 592 66
Previous 10 blocks ↓
Total Size: 685.80 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,404.90 GB sent, 110.57 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.