Memory Pool Memory Pool Refreshing

13,628 transactions (3.30 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,167 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,108 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,166 (838,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,995 70,995 0000000000b136f7b8cd5d250a53bc9e53060e48182e06b37520e9ab8f343413 0.00 MB 2 0
70,994 70,994 000000000017a17bedb4f3fca578b6d3d9fc5f53df6b9fdcd3e372b0b4026bb4 0.00 MB 1 0
70,993 70,993 0000000000b9aaf1d2017a3bf74619264c70d1b9d87f4ff50cba867832111f2f 0.00 MB 1 0
70,992 70,992 000000000024e601753eb69038775562ff20ca191e805b10afd46286ec33410e 0.00 MB 1 0
70,991 70,991 0000000000fef14c58e8ffb99d7446319857b9dac1f9ef3e3fe7e044d6ada7fb 0.00 MB 1 0
70,990 70,990 000000000047ad14bdf28a83b9ece3ffc14a67c31352b2241aef2bcf5851d7e3 0.00 MB 4 0
70,989 70,989 00000000008b7d1706c54be68ec01a88a80b89667add07c6016d363b267b158f 0.00 MB 4 0
70,988 70,988 0000000000080a294f1ee307c959af1eecb65531ba64847e8003a4db784e514f 0.00 MB 3 0
70,987 70,987 0000000000816ea28e146475661a13ff8730dc03f5fa977ef6f7412c9db6806b 0.00 MB 1 0
70,986 70,986 0000000000430cd317d4c786118a830a08e72ce02624baaf356d76aede2f72b0 0.00 MB 3 0
70,985 70,985 0000000000becae893a059e31ed3739209a254e5ae2acd3ac87f4a0b94bf0740 0.00 MB 3 0
70,984 70,984 0000000000874540bc0bc02d5beda5566cccbd3cc34f539a618e7f732e049bd0 0.00 MB 1 0
70,983 70,983 00000000005642ca76e9838926be10e2f95ccac67712c699c0835a1574c8e386 0.00 MB 1 0
70,982 70,982 000000000028473ad34dcfc2f3b9e866568305157a3be6dce5208d947c26961f 0.00 MB 3 0
70,981 70,981 0000000000971858ca7744013dcfab7427ac0e57c9d5f3a160b92d67faddd986 0.00 MB 2 0
70,980 70,980 0000000000579d384b06af5a110ef1c52e3204630517f598b1526255a85331d4 0.00 MB 4 0
70,979 70,979 00000000003a5a766c0f7443650612dfc7021e59f2529acdcad02cddc37e8a8c 0.00 MB 1 0
70,978 70,978 0000000000040c8f94dce5ccd1961915809ccb2ff1ad8ef57783572e4a278c82 0.00 MB 3 0
70,977 70,977 000000000029aad07ef2818d18d144b2ec622a46ff7797caec13b003a1d211c0 0.00 MB 2 0
70,976 70,976 00000000003b2f1463db647a3bf1bffbba0522d5db8a4805ee581a014f45e4fb 0.00 MB 1 0
70,975 70,975 00000000008bd38d2c247eed34f66ac3d59dd465b39e3e821cedfa89ed906855 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.85 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,977.78 GB sent, 106.94 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.