Memory Pool Memory Pool Refreshing

4,726 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (613,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,216 294,216 000000000000000013b7537ae29a46e3be1105f51802e8e3e488502ffdb83e02 0.10 MB 216 35
294,215 294,215 0000000000000000c9431ac2cefe30e48b7bb57be9f2526647c1399320a94a9e 0.21 MB 512 39
294,214 294,214 000000000000000052fcc4ab50eac6edce10d9cba649e2d590e0d1f42acf5ef0 0.09 MB 256 41
294,213 294,213 0000000000000000793430536f42a8607e5c37e3ca1a9fd3d4c6aabb4e7e18db 0.28 MB 512 30
294,212 294,212 0000000000000000330283ec5a88b1f4c14d7ed9a740482e94ec422ca7080005 0.08 MB 191 62
294,211 294,211 000000000000000057d02987cc44544ad4210655c2623da041fc82a70a9c2b7a 0.19 MB 353 31
294,210 294,210 0000000000000000919dc8b1186344f0f6aacb1527e31afaadfdabb04d452f51 0.69 MB 1,138 32
294,209 294,209 000000000000000001721c7232969176503f5006cd2d4e15349e4a2d490dedd1 0.75 MB 1,077 29
294,208 294,208 0000000000000000cfc565db77c1b439bf645af8a2a542f27fd03050b1b918f8 0.19 MB 512 70
294,207 294,207 00000000000000006c5a99ad8b72113a55f7507767dc79a65b8120bbc380c605 0.22 MB 340 34
294,206 294,206 00000000000000004756ce6a87fa51d74ecea9ee189291406bf6367037cad563 0.90 MB 1,023 26
294,205 294,205 0000000000000000ba10b4e40da22a94cb3bb2a8fe56fe8df3bf9631bf67fb5b 0.25 MB 618 50
294,204 294,204 000000000000000034e4bd0511d046ba43d30bc50943fd6e5b9360b6c734e87b 0.13 MB 224 39
294,203 294,203 000000000000000019bc43593f1521c38d0cfe261310c6527a37a5fb504fe8af 0.19 MB 319 32
294,202 294,202 000000000000000049783f19e49c634d359673a55686bfb1b00c6419506f980d 0.18 MB 325 33
294,201 294,201 000000000000000093b7699b9ebda415780243e0382209303f667b9ce6d03522 0.01 MB 32 0
294,200 294,200 0000000000000000d869d4cff0dad03d98533fa16dbfeaf47e52db03be65c6e5 0.20 MB 269 113
294,199 294,199 000000000000000062361b7ffd1a314f1dc1a029587dd0e24905f22c940bed7a 0.92 MB 1,312 69
294,198 294,198 00000000000000008b29c6f554446f07ad900b1ed1814e874351887cf5d26ff2 0.25 MB 599 35
294,197 294,197 0000000000000000b083c67e49a43e9f7d01a357c912614ed28f0f7c56f8b256 0.12 MB 95 20
294,196 294,196 00000000000000004346c565aa539e86fda276da06422a233500344eb6fde218 0.50 MB 979 36
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.