Memory Pool Memory Pool Refreshing

574 transactions (0.17 vMB)
  • 1 sats/vbyte = (6 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,800 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 568 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,799 (840,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,210 68,210 0000000004321e3d2904c82481576bfe5a2512169bc6f6016e73fc4544f03c46 0.00 MB 1 0
68,209 68,209 0000000004f75af853a7c469a5b00170a3276883dddce275645e34c5e019947c 0.00 MB 1 0
68,208 68,208 0000000000b5d53dc4e09c5f6bb4e41bf9db76f4fedae865f2b77d0540b54139 0.00 MB 1 0
68,207 68,207 00000000028fe26f6ce4c51b9eeba7d9b153a4bf0a055ae1024247e63d15f50c 0.00 MB 1 0
68,206 68,206 000000000487805c6c56c152e1f397efaac97a3e03d209f33df6678c25489e01 0.00 MB 2 0
68,205 68,205 00000000029e233e68835ed588955f092161e86f8f5261b67fa19584ffd009aa 0.00 MB 2 0
68,204 68,204 00000000047c80d8273a4bb7c021046ddeaa9c948c29e0eaf58faba41d630c6e 0.00 MB 1 0
68,203 68,203 0000000003834b6d1fa47bf26f351475cebbf723aeb2ad968ab02a36a2289ba5 0.00 MB 5 0
68,202 68,202 00000000047ab9e673212217617eac426eb8bc9ca43fdf839af68df3e3c3c968 0.00 MB 1 0
68,201 68,201 0000000003fb0b50e8366c3545020abfde856b5a46b8385d3be95e6ad4234575 0.00 MB 1 0
68,200 68,200 00000000021f4884837d585bd84efe98198b77052c86aab515b988d7e439fa5f 0.00 MB 1 0
68,199 68,199 00000000035dfb251f1e3280caa3f17d373dbc96e6d747e43f473ca761f84244 0.00 MB 1 0
68,198 68,198 00000000046d15850a7b4e3971f59b56a001e657614ecd1b1535d7d6dde0d471 0.00 MB 1 0
68,197 68,197 00000000023af4276d449733e2e24a233e2802c6afcd91239923e86400470d9f 0.00 MB 7 0
68,196 68,196 0000000001eee7d39c1f4f744228b4c558d041922b42cc536df7ae9ec27876dc 0.00 MB 1 0
68,195 68,195 00000000031c2eb80da6ed3d762928575465f98508bb0e3702e3285c04bdeed5 0.00 MB 3 0
68,194 68,194 0000000001ce7e08116265f6d5d6d595668888ddfa950d18184e73fa2f498bbf 0.00 MB 5 0
68,193 68,193 0000000000154a1a9b080d0fca38c66211b62eadbd82f7bfaa13d7236e6b216c 0.00 MB 2 0
68,192 68,192 00000000021314778f684ca3368a8ffcbfa54334b8b64d2626fc41c3e370606c 0.00 MB 3 0
68,191 68,191 0000000005692f20ee440195ca2473c98a0e0d78e54ae85e21caac2b6f40feeb 0.00 MB 1 0
68,190 68,190 0000000002d8ed90e9fc62a27688f49f89c8662d34dd82e77ec4776418afbcb9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.19 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,857.29 GB sent, 102.99 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.