Memory Pool Memory Pool Refreshing

7,959 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,261 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (871,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,186 37,186 0000000087369f184875cae4b96f646ab446d9db7c21db3444829ed61ffe4075 0.00 MB 1 0
37,185 37,185 00000000ac31a6635ec13b4436a851eb24c282cc812dd4001837090d5ae19da3 0.00 MB 1 0
37,184 37,184 000000001a49b1da0d7ead700e2cd1431c31457494d4e2d6374b6c83c0b743fc 0.00 MB 1 0
37,183 37,183 000000006ecbb98bd22ecec3a891f9741f6832e170dd406a484c12fc51e7e7e8 0.00 MB 1 0
37,182 37,182 00000000b1892aff10c1f01ade30421b46791552ab1db1df9933ebbb80cb4f5b 0.00 MB 1 0
37,181 37,181 00000000442a23e69902cb24f457e902ead6aeabf4cab138be0f559acf7535e6 0.00 MB 1 0
37,180 37,180 00000000949c58941c23f7dd2e21318a60c87a757a8a5deb8a9a26b35e874285 0.00 MB 1 0
37,179 37,179 000000009c6874969c4e9f44d3dca3aa05ceac9ab1e1743d711076238634d97a 0.00 MB 1 0
37,178 37,178 0000000019303c7d677693f370c7bfa7880bfc95bd74c4a54e1dbb02ef870be4 0.00 MB 1 0
37,177 37,177 00000000a3eb34c44c9237be9d107f4e555055edeaa6289c25f260c2441e56cf 0.00 MB 1 0
37,176 37,176 000000002ca85b190342e93108fc53197ad53fe84d0190ccb5433432b01c7940 0.00 MB 1 0
37,175 37,175 0000000022feb821dd8cc10f94a01d4387fc2d5fa95192d3dbfa7afb53d7f6f3 0.00 MB 1 0
37,174 37,174 0000000037634f64c69a02f399363a6561c58768fa22c12e92586aaf49a01d33 0.00 MB 1 0
37,173 37,173 0000000050042e736953eafaaca22d0e751962da0d571a236cfcacc3d87ed3a3 0.00 MB 1 0
37,172 37,172 000000004e37e51f01719c1352bab572f0f2018c0f56a64a861ebeff6526a84f 0.00 MB 1 0
37,171 37,171 00000000841cb5c9ff2cd86c1f57b7f2837fef631c90bb57e08847daf38f2835 0.00 MB 1 0
37,170 37,170 000000009619ca6a321350d26ebf966c084b5cbfc1cea50399360fd328a473eb 0.00 MB 1 0
37,169 37,169 00000000bc8978362dc5af84981677cead7517e0a5adfbf61ffe33f46ec3b3b9 0.00 MB 1 0
37,168 37,168 0000000014d42db1c5b4dc059645655d22c4626e062674c261bff2774a3b30ae 0.00 MB 1 0
37,167 37,167 0000000066cb0326f5102429731e739394b5d4fd3bae5a2ad44fbc276b8ef863 0.00 MB 1 0
37,166 37,166 00000000720abf9ec5d5ad783cb53040837a3545e148dcadca3ed437050abab8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.51 GB sent, 100.86 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.