Memory Pool Memory Pool Refreshing

9,184 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (806,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,924 100,924 000000000002c2d020aac8ca10084920a5ab9d7c05ca02c99e3bda9d313d4c85 0.00 MB 10 0
100,923 100,923 00000000000352cf99f0a9d5c255cbacf5b87659d389216285a11c06647ead97 0.00 MB 11 0
100,922 100,922 00000000000060a44fa25adacfa1e53ad7677b93c6aed6adfcc453a0018e8869 0.00 MB 8 0
100,921 100,921 0000000000002eab53690fd6047495431771669a3c0ccf3213a3b13719c1c213 0.00 MB 4 0
100,920 100,920 000000000001f43c68689892de33e2bc4d5e9174c42b386d9839a5b5ff213f4c 0.00 MB 8 0
100,919 100,919 00000000000191ec65fd5a7e41c12185aa12282293bc84311f4886995d3648d5 0.00 MB 9 0
100,918 100,918 0000000000029baafab0850d828651e5012f772c8dd5f4f5ba558c5af0e605ad 0.00 MB 9 564
100,917 100,917 0000000000003f05e8e589214f8272b27ea4f63a423e246602da781d84e9c452 0.02 MB 90 0
100,916 100,916 000000000003e561ab398335ad07f88d62661350da41b0cfe5957a997cac89a9 0.00 MB 13 0
100,915 100,915 0000000000009af8eb507d271ad23370e36b7a7d36c17f22579f873e3f267d03 0.00 MB 14 0
100,914 100,914 000000000001911123d2712877dab547b5b6741e6a9869131d239646fbd09856 0.00 MB 11 0
100,913 100,913 000000000003d6a1d220379e64cc29d049ff7716ebd0e9fd59b7cf7acc7ba505 0.00 MB 14 0
100,912 100,912 000000000000d993c97377de1b92079de73d3a6d9d7409addc288ba5489fdb2c 0.00 MB 14 0
100,911 100,911 000000000003cb3bb721ab423edac6df05b89e6fe3908cf23178f5a8d14faa52 0.00 MB 14 0
100,910 100,910 000000000000d0e44cf852f994f8a42016570d8530b4be13c79a9ded31e7a6cf 0.00 MB 13 0
100,909 100,909 00000000000101e84bded300fcf9ec38f2a8e737183ca72aba07c2fab37a0920 0.00 MB 11 0
100,908 100,908 000000000003360127f777b99ede34a70078a3e6a6b82ceeac1f22da604db183 0.00 MB 14 0
100,907 100,907 0000000000003ffe80036fdb72d948fa295d943069eaa6f11664ad6c048c83a7 0.02 MB 13 10
100,906 100,906 000000000003f7ef838297664b7eab51735d86fb9b8aa877326247fdcca6575b 0.00 MB 8 723
100,905 100,905 000000000001c20d1a6c4264431918a6477d2d5d0ab4fc7e772bb5324812a9b2 0.01 MB 43 0
100,904 100,904 000000000001786f4bcd24364164bb5b30c22b9e6346711d1d3dc7c26a2ecfa0 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.