Memory Pool Memory Pool Refreshing

23,858 transactions
36.77 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,120 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,399 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,119 (676,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,829 185,829 00000000000002c921c7eefe8dc56c26b290104c8f23f6baf65c1679fb864ca2 0.06 MB 128 102
185,828 185,828 0000000000000531b00efcd4957106d08e6ff88e6e9bbed41af226a0bae6e2d0 0.04 MB 60 73
185,827 185,827 000000000000040dfeecf7ed1685e7076cb9d4abb331a97ec95add8b21aa0629 0.09 MB 192 123
185,826 185,826 00000000000009ae7f1e6746e30636df17a9e68dea730b7c6dd190e12b2a228e 0.25 MB 596 127
185,825 185,825 0000000000000943b16012b040da2d4e22e80be814f4b7833001a9570bcbecb8 0.06 MB 217 65
185,824 185,824 00000000000002459afbfea5a84b19d49e14650f73ffb0a284df135c7c766b0c 0.03 MB 62 74
185,823 185,823 00000000000009009a48704acb7f70e0cd8a2117e0411bad0ad20074d41a576c 0.15 MB 159 80
185,822 185,822 000000000000094baa405a2b9f68de9939124ff1ab7a84b1b9b4c38d50a9b1e8 0.05 MB 117 105
185,821 185,821 00000000000001136cc9e179c6dbf99415298a5c1053fdd0211db369737ade24 0.00 MB 12 1
185,820 185,820 000000000000080bc951a85b543ef8272f2dc4ac062143f80cd3ff27fbfab3e5 0.01 MB 18 56
185,819 185,819 0000000000000286910c277b2e60be58733c06c42108f1b414ec4472a2f6d5e3 0.22 MB 465 107
185,818 185,818 00000000000002656b7cc7df48a5fd77f8fba8ee664805afe8040ff0237ea119 0.00 MB 13 0
185,817 185,817 000000000000009dc848a2e74d431cead8259f54aea54724a9460727a85dab48 0.21 MB 581 137
185,816 185,816 00000000000003a7b870d4f4f619e2d658081920f88d395b3d4cdb7ea58dfc96 0.02 MB 57 5
185,815 185,815 000000000000006683d4f65395bc1c11d7a5f3adaadc3d2cabad5bc67ba1451a 0.03 MB 73 29
185,814 185,814 000000000000059bfd59c5d7d86d90b521fd5720cbbecd4d702be9019cbce0cb 0.42 MB 445 637
185,813 185,813 000000000000072b3d99ae701ace89ff43bd57d978909fd528f68b6ab0165388 0.05 MB 99 273
185,812 185,812 000000000000039b67b53928216ffbe892f774454ce66547611fc13d57f7056d 0.01 MB 26 129
185,811 185,811 000000000000096c278043ccc52c44f10c7f7423368edcdfeb7dcb3c78b2bb1f 0.01 MB 17 77
185,810 185,810 000000000000050f69cdd6c16e97b0535de0f79406be8590f28c6d4963d9e28b 0.04 MB 77 72
185,809 185,809 000000000000028822b526753d2a4d5d898272319cb3051b3527bcce072e7351 0.14 MB 256 90
Previous 10 blocks ↓
Total Size: 684.39 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,338.81 GB sent, 100.91 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.