Memory Pool Memory Pool Refreshing

24,519 transactions
23.95 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,887 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,917 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,886 (84,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,934 791,934 00000000000000000002ae91e6d6b9a2718edc19f56df76d63b9c84db660aae5 1.68 MB 2,953 17
791,933 791,933 000000000000000000034f7832dd26a588ed7de8c4edb52a84a133829764f02c 1.78 MB 3,198 25
791,932 791,932 000000000000000000009653c156caa0e5953e294cdb09f0b27907f213566acb 1.76 MB 4,669 52
791,931 791,931 0000000000000000000109a317519eef1781784fbaa935289a86895bfe59f265 1.70 MB 4,065 41
791,930 791,930 000000000000000000058f0ce9faddd56fcf9e9ee8caa6dccc4280fa5ce6950b 1.73 MB 4,486 50
791,929 791,929 0000000000000000000058019f70704e8b13f0adddd37a3ee9edc9dda725699a 1.70 MB 4,369 52
791,928 791,928 000000000000000000008aee42ed6411c2191fa6897e50992935fb72c091e387 1.61 MB 4,105 63
791,927 791,927 00000000000000000004c4efb959e7ced0622679fa870b669492d8928e981063 1.86 MB 3,997 28
791,926 791,926 000000000000000000037aad455cb71a90c3bea7a35828c3922e2318df989f1a 1.51 MB 3,419 48
791,925 791,925 00000000000000000000d58c039c243709fa36374b7174b73b99e5497c4ed14c 1.80 MB 3,222 37
791,924 791,924 000000000000000000031f43d6c00accb52d42026474b8def6535f15edd8aa9b 1.57 MB 3,408 47
791,923 791,923 000000000000000000040060aa248a60cd8de6b5e344c668f1a41dd62e8ce407 1.13 MB 834 21
791,922 791,922 00000000000000000000a003b2d330e89af1dbc86bcd3975e7c1a76038f106d5 1.44 MB 2,259 28
791,921 791,921 00000000000000000000d158a8ef0e133bae6eb10d875bc29f27e28468929e25 1.02 MB 170 17
791,920 791,920 0000000000000000000236105465f49db01e8466c62e38d9bbf464087eda711d 1.84 MB 4,584 24
791,919 791,919 00000000000000000001ca320e32489536fdaf5121e563a585d2783ffb0d113a 1.75 MB 3,774 36
791,918 791,918 00000000000000000000e1c41ee53a17c96cf9e8dfd5ae1a96595a04b6ded91d 1.72 MB 3,098 25
791,917 791,917 00000000000000000000cd7438e78c0cccab8da6410b1ce945700829b6c4384c 1.78 MB 3,416 34
791,916 791,916 00000000000000000004dee55d47b92fbcc5b0fe67b77208103e80d475daabd8 1.69 MB 4,088 52
791,915 791,915 00000000000000000000b8c051ad414a6847f0ce562e5cca6fb01fcb9fc3f1a4 1.85 MB 2,711 61
791,914 791,914 000000000000000000030707ab11ab71e6358564de54de5805057947452c9baf 1.75 MB 3,919 44
Previous 10 blocks ↓
Total Size: 712.14 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: 978.11 GB sent, 24.32 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.