Memory Pool Memory Pool Refreshing

589 transactions (0.28 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,760 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 562 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,759 (885,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,928 22,928 00000000e9f381a0c386bcc3fcf77a116b74679389a7fa9784229f14e2b8baf2 0.00 MB 1 0
22,927 22,927 000000009a35b2124fe93ef7ee1a30665a27f2eab925f43017f92278e68b0e8b 0.00 MB 1 0
22,926 22,926 00000000221c6405a730cbd86055e68ba97b49b213387dedde2c15866f1eb2ef 0.00 MB 1 0
22,925 22,925 0000000002d562455b858d65e9c6a1324e6bce31f565123db9a2a2b1f133fda3 0.00 MB 1 0
22,924 22,924 00000000283ef28e437a3dbf07610eaa4ee3331f8238555d710dafe03e574f72 0.00 MB 1 0
22,923 22,923 00000000ddfcea5c8a071d682835159e64d34c857a6775fa6e1c68a52cdcfe04 0.00 MB 1 0
22,922 22,922 0000000002a21000424acb1945e734efb4303e13c577d3d544bdc9d7b05ab80e 0.00 MB 1 0
22,921 22,921 000000005f09adf840ec8246f2a30007760f6036793a2660a0df0a943d9fedea 0.00 MB 1 0
22,920 22,920 00000000085a9e488cd861a99e13fc38bb152f707ca0cae637b6c3e3d30ef646 0.00 MB 1 0
22,919 22,919 000000009479710a1bcd6d6d646c06517acd294a5cfb3493e539fa7c3cd6a0d7 0.00 MB 1 0
22,918 22,918 0000000082614ed31370cdda37c16e2ef8212f3f769cd21ed9236bc500fa9c75 0.00 MB 1 0
22,917 22,917 00000000c5f601cec59e6d5f526874432ff1b28353caa8898e0dd7181207d64e 0.00 MB 1 0
22,916 22,916 00000000b09f6725495dc891f2aaacd7af772700708b88d6b12be83f4e5d3c46 0.00 MB 1 0
22,915 22,915 0000000065f7ed3c2afadf4a23cc5504a6d82dcb73a1acc5c1da302f90aa693f 0.00 MB 1 0
22,914 22,914 000000004b058563c61bfb95c9b0a09c6c6a031f79964372fdd023a8c18a30c4 0.00 MB 1 0
22,913 22,913 0000000095fcb3bf15bb7ce67dbf81df9f3a57f06cd0ce960053f0c694c0726e 0.00 MB 1 0
22,912 22,912 00000000f42a8c37c67fa79bfb8d85f98715991aa3f02d1bd2e88060020be174 0.00 MB 1 0
22,911 22,911 00000000bd8dc275415a7df09a335e03c8976cec3bc601d0f9cbbcc022903112 0.00 MB 1 0
22,910 22,910 0000000038382ffe7dc27268ab4200d425e0927bd1d29142744cebb113f0feb2 0.00 MB 1 0
22,909 22,909 00000000388d822c9f60c3f3859ab967acea0f60038a37d37446b701bed25b55 0.00 MB 1 0
22,908 22,908 00000000021cd447d260a3ac3a83e30f6ddd0db819d25c98861bca08f033b40a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.32 GB sent, 102.55 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.